Modified light level

This commit is contained in:
GuyLiner 2023-02-08 13:25:56 -05:00
parent 1fcf7afb82
commit 9eac178e70
1 changed files with 3 additions and 3 deletions

View File

@ -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,