From a25cced40eaefe57e152a1a5857a17e3a57a02ec Mon Sep 17 00:00:00 2001 From: ancientmarinerdev Date: Sat, 4 Mar 2023 02:18:36 +0000 Subject: [PATCH] Remove comment now resolved --- mods/ENTITIES/mcl_mobs/spawning.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/ENTITIES/mcl_mobs/spawning.lua b/mods/ENTITIES/mcl_mobs/spawning.lua index 76ed79c7a..9182fdf9c 100644 --- a/mods/ENTITIES/mcl_mobs/spawning.lua +++ b/mods/ENTITIES/mcl_mobs/spawning.lua @@ -504,7 +504,6 @@ function mcl_mobs:mob_light_lvl(mob_name, dimension) if not spawn_dictionary_consolidated[current_mob_name] then spawn_dictionary_consolidated[current_mob_name] = {} end - -- Should this really be the requested dimenion? spawn_dictionary_consolidated[current_mob_name][current_mob_dim] = { ["min_light"] = spawn_dictionary[i].min_light, ["max_light"] = spawn_dictionary[i].max_light