mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +00:00
Farming: Add forgotten colon
This makes the itemstrings consistent over the whole file.
This commit is contained in:
parent
ec95f47021
commit
55ab3a117d
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Reference in a new issue