mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
parent
6386684f3e
commit
dcf2465441
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ farming.register_plant = function(name, def)
|
||||||
|
|
||||||
-- replacement LBM for pre-nodetimer plants
|
-- replacement LBM for pre-nodetimer plants
|
||||||
minetest.register_lbm({
|
minetest.register_lbm({
|
||||||
name = "farming:start_nodetimer_" .. mname .. "_" .. pname,
|
name = ":" .. mname .. ":start_nodetimer_" .. pname,
|
||||||
nodenames = lbm_nodes,
|
nodenames = lbm_nodes,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
tick_again(pos)
|
tick_again(pos)
|
||||||
|
|
Loading…
Add table
Reference in a new issue