Skip to content

Commit dcf2465

Browse files
sofarparamat
authored andcommitted
Farming: allow LBM's for other mods as well.
Fixes #1114
1 parent 6386684 commit dcf2465

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
@@ -350,7 +350,7 @@ farming.register_plant = function(name, def)
350350

351351
-- replacement LBM for pre-nodetimer plants
352352
minetest.register_lbm({
353-
name = "farming:start_nodetimer_" .. mname .. "_" .. pname,
353+
name = ":" .. mname .. ":start_nodetimer_" .. pname,
354354
nodenames = lbm_nodes,
355355
action = function(pos, node)
356356
tick_again(pos)

0 commit comments

Comments
 (0)