From 9eac178e70e32768fe468ef9798b041678006689 Mon Sep 17 00:00:00 2001 From: GuyLiner Date: Wed, 8 Feb 2023 13:25:56 -0500 Subject: [PATCH] Modified light level --- mods/ENTITIES/mobs_mc/blaze.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/ENTITIES/mobs_mc/blaze.lua b/mods/ENTITIES/mobs_mc/blaze.lua index cdcff0d5c..15b45f611 100644 --- a/mods/ENTITIES/mobs_mc/blaze.lua +++ b/mods/ENTITIES/mobs_mc/blaze.lua @@ -27,9 +27,9 @@ local blaze = { the_end = 0 }, light_max = { - overworld = minetest.LIGHT_MAX+1, - nether = minetest.LIGHT_MAX+1, - the_end = minetest.LIGHT_MAX+1 + overworld = 11, + nether = 11, + the_end = 11 }, collisionbox = {-0.3, -0.01, -0.3, 0.3, 1.79, 0.3}, rotate = -180,