Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Farming: Add forgotten colon
This makes the itemstrings consistent over the whole file.
  • Loading branch information
Thomas--S authored and paramat committed Nov 21, 2016
1 parent ec95f47 commit 55ab3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/farming/api.lua
Expand Up @@ -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"},
Expand Down

0 comments on commit 55ab3a1

Please sign in to comment.