Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Farming: allow LBM's for other mods as well.
Fixes #1114
  • Loading branch information
sofar authored and paramat committed Jun 4, 2016
1 parent 6386684 commit dcf2465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/farming/api.lua
Expand Up @@ -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)
Expand Down

0 comments on commit dcf2465

Please sign in to comment.