Fixed Moon Light Level for Spawning (#1589)
Moon Needed a light level of 12 or higher to stop ad astra mobs from spawning
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||
"logical_height": 384,
|
||||
"min_y": 0,
|
||||
"monster_spawn_block_light_limit": 15,
|
||||
"monster_spawn_block_light_limit": 0,
|
||||
"monster_spawn_light_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
|
||||
Reference in New Issue
Block a user