Farming: Add forgotten colon
authorThomas--S <Thomas--S@users.noreply.github.com>
Sun, 20 Nov 2016 18:21:57 +0000 (19:21 +0100)
committerparamat <mat.gregory@virginmedia.com>
Mon, 21 Nov 2016 03:19:47 +0000 (03:19 +0000)
This makes the itemstrings consistent over the whole file.

mods/farming/api.lua

index b9ae818a4ef8b6b9fa84e8852f3787bea675faf4..cd1e67f1f4c26244e2a9c66525451f80cd1cfbf2 100644 (file)
@@ -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"},