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:
parent
8433029e35
commit
25422a5d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue