Skip to content
Snippets Groups Projects
Commit 55ab3a11 authored by Thomas--S's avatar Thomas--S Committed by paramat
Browse files

Farming: Add forgotten colon

This makes the itemstrings consistent over the whole file.
parent ec95f470
Branches
No related tags found
No related merge requests found
......@@ -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"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment