Skip to content

Commit 55ab3a1

Browse files
Thomas--Sparamat
authored andcommittedNov 21, 2016
Farming: Add forgotten colon
This makes the itemstrings consistent over the whole file.
1 parent ec95f47 commit 55ab3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mods/farming/api.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ farming.register_plant = function(name, def)
331331
lbm_nodes[#lbm_nodes + 1] = mname .. ":" .. pname .. "_" .. i
332332
end
333333

334-
minetest.register_node(mname .. ":" .. pname .. "_" .. i, {
334+
minetest.register_node(":" .. mname .. ":" .. pname .. "_" .. i, {
335335
drawtype = "plantlike",
336336
waving = 1,
337337
tiles = {mname .. "_" .. pname .. "_" .. i .. ".png"},

0 commit comments

Comments
 (0)
Please sign in to comment.