We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec95f47 commit 55ab3a1Copy full SHA for 55ab3a1
mods/farming/api.lua
@@ -331,7 +331,7 @@ farming.register_plant = function(name, def)
331
lbm_nodes[#lbm_nodes + 1] = mname .. ":" .. pname .. "_" .. i
332
end
333
334
- minetest.register_node(mname .. ":" .. pname .. "_" .. i, {
+ minetest.register_node(":" .. mname .. ":" .. pname .. "_" .. i, {
335
drawtype = "plantlike",
336
waving = 1,
337
tiles = {mname .. "_" .. pname .. "_" .. i .. ".png"},
0 commit comments