Skip to content
Snippets Groups Projects
Commit dcf24654 authored by Auke Kok's avatar Auke Kok Committed by paramat
Browse files

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

Fixes #1114
parent 6386684f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment