From: Thomas--S Date: Sun, 20 Nov 2016 18:21:57 +0000 (+0100) Subject: Farming: Add forgotten colon X-Git-Tag: 0.4.15~35 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=55ab3a117dcb4468638895811d1dae719be151ee;p=oweals%2Fminetest_game.git Farming: Add forgotten colon This makes the itemstrings consistent over the whole file. --- diff --git a/mods/farming/api.lua b/mods/farming/api.lua index b9ae818a..cd1e67f1 100644 --- a/mods/farming/api.lua +++ b/mods/farming/api.lua @@ -331,7 +331,7 @@ farming.register_plant = function(name, def) lbm_nodes[#lbm_nodes + 1] = mname .. ":" .. pname .. "_" .. i end - minetest.register_node(mname .. ":" .. pname .. "_" .. i, { + minetest.register_node(":" .. mname .. ":" .. pname .. "_" .. i, { drawtype = "plantlike", waving = 1, tiles = {mname .. "_" .. pname .. "_" .. i .. ".png"},