Merge pull request #211 from CivMC/event

Disable halloween mobs
This commit is contained in:
RedDevel2
2023-11-01 10:15:32 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ hacks:
entityExpDropModifiers:
ENDER_DRAGON: 0.0
PhantomMenace:
enabled: true
enabled: false
# Players have a statistic called TIME_SINCE_REST. If a player's value is above 72k (3 days minecraft time) then
# they will start spawning phantoms. Setting the cap to below 72k will effectively disable phantoms. Setting the
# cap to -1 will disable the cap. Default: 80k (10% chance per two minutes during the night and thunder storms.)
@@ -357,7 +357,7 @@ hacks:
villagerTrading: false
witherSpawning: true
patrolSpawning: true
phantomSpawning: true
phantomSpawning: false
enderChestPlacement: true
enderChestUse: false
grindstoneUse: false