diff --git a/mods/ITEMS/mcl_beacons/init.lua b/mods/ITEMS/mcl_beacons/init.lua index ee9c5a67b..0a13c87be 100644 --- a/mods/ITEMS/mcl_beacons/init.lua +++ b/mods/ITEMS/mcl_beacons/init.lua @@ -337,6 +337,7 @@ minetest.register_node("mcl_beacons:beacon", { end end abm_func(pos) --call it once outside the globalstep so the player gets the effect right after selecting it end + end end end, light_source = 14,