1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-12-22 15:00:18 +01:00

Farming: allow LBM's for other mods as well.

Fixes #1114
This commit is contained in:
Auke Kok 2016-05-28 23:21:54 -07:00 committed by paramat
parent 6386684f3e
commit dcf2465441

View File

@ -350,7 +350,7 @@ farming.register_plant = function(name, def)
-- replacement LBM for pre-nodetimer plants
minetest.register_lbm({
name = "farming:start_nodetimer_" .. mname .. "_" .. pname,
name = ":" .. mname .. ":start_nodetimer_" .. pname,
nodenames = lbm_nodes,
action = function(pos, node)
tick_again(pos)