Removed vanilla mob spawn and beneath entrance

This commit is contained in:
illuc 2026-01-23 14:52:20 +02:00
parent 1a98997e53
commit 66b4cc861f
2 changed files with 1 additions and 9 deletions

View file

@ -833,7 +833,7 @@ familiarityDecayLimit = 0.3
enableVanillaGolems = false
#
# If true, vanilla monsters are able to spawn. If false, the 'enableVanillaMonstersOnSurface' config option is not used, and all spawns are denied.
enableVanillaMonsters = true
enableVanillaMonsters = false
#
# If true, vanilla monsters will spawn on the surface instead of just underground. If false, vanilla monsters will not spawn on the surface.
enableVanillaMonstersOnSurface = false

View file

@ -1,8 +0,0 @@
{
"from": "minecraft:overworld",
"to": "minecraft:the_nether",
"from_y_min": -70,
"from_y_max": -59,
"to_y": 118,
"cloud_platform": true
}