mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Added ability to control player's insomnia and phantoms spawning (#6500)
This commit is contained in:
@@ -1692,6 +1692,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ public boolean enderDragonsDeathAlwaysPlacesDragonEgg = false;
|
||||
+ public boolean phantomsDoNotSpawnOnCreativePlayers = true;
|
||||
+ public boolean phantomsOnlyAttackInsomniacs = true;
|
||||
+ public int playerInsomniaStartTicks = 72000;
|
||||
+ public int phantomsSpawnAttemptMinSeconds = 60;
|
||||
+ public int phantomsSpawnAttemptMaxSeconds = 119;
|
||||
+ public boolean parrotsAreUnaffectedByPlayerMovement = false;
|
||||
+ public double zombieVillagerInfectionChance = -1.0;
|
||||
+ public MobsCanAlwaysPickUpLoot mobsCanAlwaysPickUpLoot;
|
||||
|
Reference in New Issue
Block a user