From 7d0f49a21880f984394b5a891cdf700f6da4ab9c Mon Sep 17 00:00:00 2001 From: teknomunk Date: Wed, 29 May 2024 06:33:59 -0500 Subject: [PATCH] Fix typo --- mods/ITEMS/mcl_beacons/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_beacons/init.lua b/mods/ITEMS/mcl_beacons/init.lua index 20dc63dd1..1ef0d8db3 100644 --- a/mods/ITEMS/mcl_beacons/init.lua +++ b/mods/ITEMS/mcl_beacons/init.lua @@ -221,7 +221,7 @@ local function apply_effects_to_all_players(pos) local power_level = beacon_blockcheck(pos) - local new_effect_string = EFFECT_CONVERSION[effect_string] + local new_effect_string = EFFECT_CONVERSIONS[effect_string] if new_effect_string then effect_string = new_effect_string meta:set_string("effect", effect_string)