mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 18:07:43 +01:00
remove rainglow patch in favor of paper plugin impl
https://modrinth.com/plugin/rainglow-paper supersedes #1351
This commit is contained in:
@@ -374,10 +374,10 @@ index 1942649e868fc985a488034c411a6721595ecc67..7495e0e8beedad59fff24ebf189b58b3
|
||||
}
|
||||
}
|
||||
diff --git a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
|
||||
index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f501331245 100644
|
||||
index 3252fe3a76879939256a41a816b95f5c3ec3d65e..63c24ce12c9b564404aaaff7e185885b69695aa7 100644
|
||||
--- a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
|
||||
+++ b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
|
||||
@@ -117,8 +117,11 @@ public class PurpurWorldConfig {
|
||||
@@ -116,8 +116,11 @@ public class PurpurWorldConfig {
|
||||
public boolean boatsDoFallDamage = false;
|
||||
public boolean disableDropsOnCrammingDeath = false;
|
||||
public boolean entitiesCanUsePortals = true;
|
||||
@@ -389,7 +389,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
public double tridentLoyaltyVoidReturnHeight = 0.0D;
|
||||
public double voidDamageHeight = -64.0D;
|
||||
public double voidDamageDealt = 4.0D;
|
||||
@@ -130,8 +133,11 @@ public class PurpurWorldConfig {
|
||||
@@ -129,8 +132,11 @@ public class PurpurWorldConfig {
|
||||
boatsDoFallDamage = getBoolean("gameplay-mechanics.boat.do-fall-damage", boatsDoFallDamage);
|
||||
disableDropsOnCrammingDeath = getBoolean("gameplay-mechanics.disable-drops-on-cramming-death", disableDropsOnCrammingDeath);
|
||||
entitiesCanUsePortals = getBoolean("gameplay-mechanics.entities-can-use-portals", entitiesCanUsePortals);
|
||||
@@ -401,7 +401,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
tridentLoyaltyVoidReturnHeight = getDouble("gameplay-mechanics.trident-loyalty-void-return-height", tridentLoyaltyVoidReturnHeight);
|
||||
voidDamageHeight = getDouble("gameplay-mechanics.void-damage-height", voidDamageHeight);
|
||||
voidDamageDealt = getDouble("gameplay-mechanics.void-damage-dealt", voidDamageDealt);
|
||||
@@ -450,9 +456,11 @@ public class PurpurWorldConfig {
|
||||
@@ -449,9 +455,11 @@ public class PurpurWorldConfig {
|
||||
dispenserPlaceAnvils = getBoolean("blocks.dispenser.place-anvils", dispenserPlaceAnvils);
|
||||
}
|
||||
|
||||
@@ -413,7 +413,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
farmlandGetsMoistFromBelow = getBoolean("blocks.farmland.gets-moist-from-below", farmlandGetsMoistFromBelow);
|
||||
farmlandAlpha = getBoolean("blocks.farmland.use-alpha-farmland", farmlandAlpha);
|
||||
}
|
||||
@@ -477,6 +485,11 @@ public class PurpurWorldConfig {
|
||||
@@ -476,6 +484,11 @@ public class PurpurWorldConfig {
|
||||
lavaSpeedNotNether = getInt("blocks.lava.speed.not-nether", lavaSpeedNotNether);
|
||||
}
|
||||
|
||||
@@ -425,7 +425,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
public boolean respawnAnchorExplode = true;
|
||||
public double respawnAnchorExplosionPower = 5.0D;
|
||||
public boolean respawnAnchorExplosionFire = true;
|
||||
@@ -506,10 +519,12 @@ public class PurpurWorldConfig {
|
||||
@@ -505,10 +518,12 @@ public class PurpurWorldConfig {
|
||||
public boolean turtleEggsBreakFromExpOrbs = true;
|
||||
public boolean turtleEggsBreakFromItems = true;
|
||||
public boolean turtleEggsBreakFromMinecarts = true;
|
||||
@@ -438,7 +438,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public int waterInfiniteRequiredSources = 2;
|
||||
@@ -743,6 +758,7 @@ public class PurpurWorldConfig {
|
||||
@@ -742,6 +757,7 @@ public class PurpurWorldConfig {
|
||||
public double creeperMaxHealth = 20.0D;
|
||||
public double creeperChargedChance = 0.0D;
|
||||
public boolean creeperAllowGriefing = true;
|
||||
@@ -446,7 +446,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void creeperSettings() {
|
||||
creeperRidable = getBoolean("mobs.creeper.ridable", creeperRidable);
|
||||
creeperRidableInWater = getBoolean("mobs.creeper.ridable-in-water", creeperRidableInWater);
|
||||
@@ -755,6 +771,7 @@ public class PurpurWorldConfig {
|
||||
@@ -754,6 +770,7 @@ public class PurpurWorldConfig {
|
||||
creeperMaxHealth = getDouble("mobs.creeper.attributes.max_health", creeperMaxHealth);
|
||||
creeperChargedChance = getDouble("mobs.creeper.naturally-charged-chance", creeperChargedChance);
|
||||
creeperAllowGriefing = getBoolean("mobs.creeper.allow-griefing", creeperAllowGriefing);
|
||||
@@ -454,7 +454,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean dolphinRidable = false;
|
||||
@@ -849,6 +866,7 @@ public class PurpurWorldConfig {
|
||||
@@ -848,6 +865,7 @@ public class PurpurWorldConfig {
|
||||
public double enderDragonMaxY = 320D;
|
||||
public double enderDragonMaxHealth = 200.0D;
|
||||
public boolean enderDragonAlwaysDropsFullExp = false;
|
||||
@@ -462,7 +462,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void enderDragonSettings() {
|
||||
enderDragonRidable = getBoolean("mobs.ender_dragon.ridable", enderDragonRidable);
|
||||
enderDragonRidableInWater = getBoolean("mobs.ender_dragon.ridable-in-water", enderDragonRidableInWater);
|
||||
@@ -865,6 +883,7 @@ public class PurpurWorldConfig {
|
||||
@@ -864,6 +882,7 @@ public class PurpurWorldConfig {
|
||||
}
|
||||
enderDragonMaxHealth = getDouble("mobs.ender_dragon.attributes.max_health", enderDragonMaxHealth);
|
||||
enderDragonAlwaysDropsFullExp = getBoolean("mobs.ender_dragon.always-drop-full-exp", enderDragonAlwaysDropsFullExp);
|
||||
@@ -470,7 +470,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean endermanRidable = false;
|
||||
@@ -873,6 +892,7 @@ public class PurpurWorldConfig {
|
||||
@@ -872,6 +891,7 @@ public class PurpurWorldConfig {
|
||||
public double endermanMaxHealth = 40.0D;
|
||||
public boolean endermanAllowGriefing = true;
|
||||
public boolean endermanDespawnEvenWithBlock = false;
|
||||
@@ -478,7 +478,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void endermanSettings() {
|
||||
endermanRidable = getBoolean("mobs.enderman.ridable", endermanRidable);
|
||||
endermanRidableInWater = getBoolean("mobs.enderman.ridable-in-water", endermanRidableInWater);
|
||||
@@ -885,6 +905,7 @@ public class PurpurWorldConfig {
|
||||
@@ -884,6 +904,7 @@ public class PurpurWorldConfig {
|
||||
endermanMaxHealth = getDouble("mobs.enderman.attributes.max_health", endermanMaxHealth);
|
||||
endermanAllowGriefing = getBoolean("mobs.enderman.allow-griefing", endermanAllowGriefing);
|
||||
endermanDespawnEvenWithBlock = getBoolean("mobs.enderman.can-despawn-with-held-block", endermanDespawnEvenWithBlock);
|
||||
@@ -486,7 +486,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean endermiteRidable = false;
|
||||
@@ -907,6 +928,7 @@ public class PurpurWorldConfig {
|
||||
@@ -906,6 +927,7 @@ public class PurpurWorldConfig {
|
||||
public boolean evokerRidableInWater = true;
|
||||
public boolean evokerControllable = true;
|
||||
public double evokerMaxHealth = 24.0D;
|
||||
@@ -494,7 +494,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void evokerSettings() {
|
||||
evokerRidable = getBoolean("mobs.evoker.ridable", evokerRidable);
|
||||
evokerRidableInWater = getBoolean("mobs.evoker.ridable-in-water", evokerRidableInWater);
|
||||
@@ -917,6 +939,7 @@ public class PurpurWorldConfig {
|
||||
@@ -916,6 +938,7 @@ public class PurpurWorldConfig {
|
||||
set("mobs.evoker.attributes.max_health", oldValue);
|
||||
}
|
||||
evokerMaxHealth = getDouble("mobs.evoker.attributes.max_health", evokerMaxHealth);
|
||||
@@ -502,7 +502,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean foxRidable = false;
|
||||
@@ -925,6 +948,7 @@ public class PurpurWorldConfig {
|
||||
@@ -924,6 +947,7 @@ public class PurpurWorldConfig {
|
||||
public double foxMaxHealth = 10.0D;
|
||||
public boolean foxTypeChangesWithTulips = false;
|
||||
public int foxBreedingTicks = 6000;
|
||||
@@ -510,7 +510,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void foxSettings() {
|
||||
foxRidable = getBoolean("mobs.fox.ridable", foxRidable);
|
||||
foxRidableInWater = getBoolean("mobs.fox.ridable-in-water", foxRidableInWater);
|
||||
@@ -937,6 +961,7 @@ public class PurpurWorldConfig {
|
||||
@@ -936,6 +960,7 @@ public class PurpurWorldConfig {
|
||||
foxMaxHealth = getDouble("mobs.fox.attributes.max_health", foxMaxHealth);
|
||||
foxTypeChangesWithTulips = getBoolean("mobs.fox.tulips-change-type", foxTypeChangesWithTulips);
|
||||
foxBreedingTicks = getInt("mobs.fox.breeding-delay-ticks", foxBreedingTicks);
|
||||
@@ -518,7 +518,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean frogRidable = false;
|
||||
@@ -1384,6 +1409,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1383,6 +1408,7 @@ public class PurpurWorldConfig {
|
||||
public boolean piglinRidableInWater = true;
|
||||
public boolean piglinControllable = true;
|
||||
public double piglinMaxHealth = 16.0D;
|
||||
@@ -526,7 +526,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void piglinSettings() {
|
||||
piglinRidable = getBoolean("mobs.piglin.ridable", piglinRidable);
|
||||
piglinRidableInWater = getBoolean("mobs.piglin.ridable-in-water", piglinRidableInWater);
|
||||
@@ -1394,6 +1420,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1393,6 +1419,7 @@ public class PurpurWorldConfig {
|
||||
set("mobs.piglin.attributes.max_health", oldValue);
|
||||
}
|
||||
piglinMaxHealth = getDouble("mobs.piglin.attributes.max_health", piglinMaxHealth);
|
||||
@@ -534,7 +534,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean piglinBruteRidable = false;
|
||||
@@ -1416,6 +1443,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1415,6 +1442,7 @@ public class PurpurWorldConfig {
|
||||
public boolean pillagerRidableInWater = true;
|
||||
public boolean pillagerControllable = true;
|
||||
public double pillagerMaxHealth = 24.0D;
|
||||
@@ -542,7 +542,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void pillagerSettings() {
|
||||
pillagerRidable = getBoolean("mobs.pillager.ridable", pillagerRidable);
|
||||
pillagerRidableInWater = getBoolean("mobs.pillager.ridable-in-water", pillagerRidableInWater);
|
||||
@@ -1426,6 +1454,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1425,6 +1453,7 @@ public class PurpurWorldConfig {
|
||||
set("mobs.pillager.attributes.max_health", oldValue);
|
||||
}
|
||||
pillagerMaxHealth = getDouble("mobs.pillager.attributes.max_health", pillagerMaxHealth);
|
||||
@@ -550,7 +550,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean polarBearRidable = false;
|
||||
@@ -1472,6 +1501,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1471,6 +1500,7 @@ public class PurpurWorldConfig {
|
||||
public double rabbitNaturalToast = 0.0D;
|
||||
public double rabbitNaturalKiller = 0.0D;
|
||||
public int rabbitBreedingTicks = 6000;
|
||||
@@ -558,7 +558,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void rabbitSettings() {
|
||||
rabbitRidable = getBoolean("mobs.rabbit.ridable", rabbitRidable);
|
||||
rabbitRidableInWater = getBoolean("mobs.rabbit.ridable-in-water", rabbitRidableInWater);
|
||||
@@ -1485,12 +1515,14 @@ public class PurpurWorldConfig {
|
||||
@@ -1484,12 +1514,14 @@ public class PurpurWorldConfig {
|
||||
rabbitNaturalToast = getDouble("mobs.rabbit.spawn-toast-chance", rabbitNaturalToast);
|
||||
rabbitNaturalKiller = getDouble("mobs.rabbit.spawn-killer-rabbit-chance", rabbitNaturalKiller);
|
||||
rabbitBreedingTicks = getInt("mobs.rabbit.breeding-delay-ticks", rabbitBreedingTicks);
|
||||
@@ -573,7 +573,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void ravagerSettings() {
|
||||
ravagerRidable = getBoolean("mobs.ravager.ridable", ravagerRidable);
|
||||
ravagerRidableInWater = getBoolean("mobs.ravager.ridable-in-water", ravagerRidableInWater);
|
||||
@@ -1501,6 +1533,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1500,6 +1532,7 @@ public class PurpurWorldConfig {
|
||||
set("mobs.ravager.attributes.max_health", oldValue);
|
||||
}
|
||||
ravagerMaxHealth = getDouble("mobs.ravager.attributes.max_health", ravagerMaxHealth);
|
||||
@@ -581,7 +581,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean salmonRidable = false;
|
||||
@@ -1522,6 +1555,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1521,6 +1554,7 @@ public class PurpurWorldConfig {
|
||||
public boolean sheepControllable = true;
|
||||
public double sheepMaxHealth = 8.0D;
|
||||
public int sheepBreedingTicks = 6000;
|
||||
@@ -589,7 +589,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void sheepSettings() {
|
||||
sheepRidable = getBoolean("mobs.sheep.ridable", sheepRidable);
|
||||
sheepRidableInWater = getBoolean("mobs.sheep.ridable-in-water", sheepRidableInWater);
|
||||
@@ -1533,6 +1567,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1532,6 +1566,7 @@ public class PurpurWorldConfig {
|
||||
}
|
||||
sheepMaxHealth = getDouble("mobs.sheep.attributes.max_health", sheepMaxHealth);
|
||||
sheepBreedingTicks = getInt("mobs.sheep.breeding-delay-ticks", sheepBreedingTicks);
|
||||
@@ -597,7 +597,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean shulkerRidable = false;
|
||||
@@ -1555,6 +1590,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1554,6 +1589,7 @@ public class PurpurWorldConfig {
|
||||
public boolean silverfishRidableInWater = true;
|
||||
public boolean silverfishControllable = true;
|
||||
public double silverfishMaxHealth = 8.0D;
|
||||
@@ -605,7 +605,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void silverfishSettings() {
|
||||
silverfishRidable = getBoolean("mobs.silverfish.ridable", silverfishRidable);
|
||||
silverfishRidableInWater = getBoolean("mobs.silverfish.ridable-in-water", silverfishRidableInWater);
|
||||
@@ -1565,6 +1601,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1564,6 +1600,7 @@ public class PurpurWorldConfig {
|
||||
set("mobs.silverfish.attributes.max_health", oldValue);
|
||||
}
|
||||
silverfishMaxHealth = getDouble("mobs.silverfish.attributes.max_health", silverfishMaxHealth);
|
||||
@@ -613,7 +613,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean skeletonRidable = false;
|
||||
@@ -1641,6 +1678,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1640,6 +1677,7 @@ public class PurpurWorldConfig {
|
||||
public int snowGolemSnowBallMax = 20;
|
||||
public float snowGolemSnowBallModifier = 10.0F;
|
||||
public double snowGolemAttackDistance = 1.25D;
|
||||
@@ -621,7 +621,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void snowGolemSettings() {
|
||||
snowGolemRidable = getBoolean("mobs.snow_golem.ridable", snowGolemRidable);
|
||||
snowGolemRidableInWater = getBoolean("mobs.snow_golem.ridable-in-water", snowGolemRidableInWater);
|
||||
@@ -1658,6 +1696,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1657,6 +1695,7 @@ public class PurpurWorldConfig {
|
||||
snowGolemSnowBallMax = getInt("mobs.snow_golem.max-shoot-interval-ticks", snowGolemSnowBallMax);
|
||||
snowGolemSnowBallModifier = (float) getDouble("mobs.snow_golem.snow-ball-modifier", snowGolemSnowBallModifier);
|
||||
snowGolemAttackDistance = getDouble("mobs.snow_golem.attack-distance", snowGolemAttackDistance);
|
||||
@@ -629,7 +629,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean snifferRidable = false;
|
||||
@@ -1844,6 +1883,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1843,6 +1882,7 @@ public class PurpurWorldConfig {
|
||||
public int villagerBreedingTicks = 6000;
|
||||
public boolean villagerClericsFarmWarts = false;
|
||||
public boolean villagerClericFarmersThrowWarts = true;
|
||||
@@ -637,7 +637,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void villagerSettings() {
|
||||
villagerRidable = getBoolean("mobs.villager.ridable", villagerRidable);
|
||||
villagerRidableInWater = getBoolean("mobs.villager.ridable-in-water", villagerRidableInWater);
|
||||
@@ -1860,6 +1900,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1859,6 +1899,7 @@ public class PurpurWorldConfig {
|
||||
villagerBreedingTicks = getInt("mobs.villager.breeding-delay-ticks", villagerBreedingTicks);
|
||||
villagerClericsFarmWarts = getBoolean("mobs.villager.clerics-farm-warts", villagerClericsFarmWarts);
|
||||
villagerClericFarmersThrowWarts = getBoolean("mobs.villager.cleric-wart-farmers-throw-warts-at-villagers", villagerClericFarmersThrowWarts);
|
||||
@@ -645,7 +645,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean vindicatorRidable = false;
|
||||
@@ -1932,6 +1973,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1931,6 +1972,7 @@ public class PurpurWorldConfig {
|
||||
public double witherMaxHealth = 300.0D;
|
||||
public float witherHealthRegenAmount = 1.0f;
|
||||
public int witherHealthRegenDelay = 20;
|
||||
@@ -653,7 +653,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void witherSettings() {
|
||||
witherRidable = getBoolean("mobs.wither.ridable", witherRidable);
|
||||
witherRidableInWater = getBoolean("mobs.wither.ridable-in-water", witherRidableInWater);
|
||||
@@ -1949,6 +1991,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1948,6 +1990,7 @@ public class PurpurWorldConfig {
|
||||
witherMaxHealth = getDouble("mobs.wither.attributes.max_health", witherMaxHealth);
|
||||
witherHealthRegenAmount = (float) getDouble("mobs.wither.health-regen-amount", witherHealthRegenAmount);
|
||||
witherHealthRegenDelay = getInt("mobs.wither.health-regen-delay", witherHealthRegenDelay);
|
||||
@@ -661,7 +661,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
}
|
||||
|
||||
public boolean witherSkeletonRidable = false;
|
||||
@@ -2020,6 +2063,7 @@ public class PurpurWorldConfig {
|
||||
@@ -2019,6 +2062,7 @@ public class PurpurWorldConfig {
|
||||
public double zombieJockeyChance = 0.05D;
|
||||
public boolean zombieJockeyTryExistingChickens = true;
|
||||
public boolean zombieAggressiveTowardsVillagerWhenLagging = true;
|
||||
@@ -669,7 +669,7 @@ index 76a7444b120d377c4329a900bf6e692ecf20dfe0..8ce247a83c417b42670a045be00f68f5
|
||||
private void zombieSettings() {
|
||||
zombieRidable = getBoolean("mobs.zombie.ridable", zombieRidable);
|
||||
zombieRidableInWater = getBoolean("mobs.zombie.ridable-in-water", zombieRidableInWater);
|
||||
@@ -2035,6 +2079,7 @@ public class PurpurWorldConfig {
|
||||
@@ -2034,6 +2078,7 @@ public class PurpurWorldConfig {
|
||||
zombieJockeyChance = getDouble("mobs.zombie.jockey.chance", zombieJockeyChance);
|
||||
zombieJockeyTryExistingChickens = getBoolean("mobs.zombie.jockey.try-existing-chickens", zombieJockeyTryExistingChickens);
|
||||
zombieAggressiveTowardsVillagerWhenLagging = getBoolean("mobs.zombie.aggressive-towards-villager-when-lagging", zombieAggressiveTowardsVillagerWhenLagging);
|
||||
|
||||
Reference in New Issue
Block a user