From 1a1473e8c0adfdf7697b7e9e944328958b3e2f56 Mon Sep 17 00:00:00 2001 From: chmodsayshello Date: Tue, 4 Apr 2023 22:03:29 +0200 Subject: [PATCH] insert missing end --- mods/ITEMS/mcl_beacons/init.lua | 1 + 1 file changed, 1 insertion(+) 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,