Fix typo in config (mods -> mobs)

This commit is contained in:
William Blake Galbreath
2021-08-22 15:23:16 -05:00
parent ae93eb02b9
commit 8e42878d35
144 changed files with 504 additions and 498 deletions

View File

@@ -23,10 +23,10 @@ index 12cd1b453150e098975c34e00ec9277ff9730c75..ee13bdfb5cfc9992d26126804c0a0bb5
this.bossEvent.setProgress(this.getHealth() / this.getMaxHealth());
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
index 70d381322a05921a3766aca7f43ac28ba9bc98cc..21133a596e586e6713ccec9c78fde6b07bcff3e0 100644
index 8ab851aedffa2a66a3ea948393f1ea56fade7150..ee548f39f3b0c32bd6abd673ea778e7c433bdf89 100644
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
@@ -1525,6 +1525,8 @@ public class PurpurWorldConfig {
@@ -1530,6 +1530,8 @@ public class PurpurWorldConfig {
public boolean witherRidableInWater = false;
public double witherMaxY = 256D;
public double witherMaxHealth = 300.0D;
@@ -35,7 +35,7 @@ index 70d381322a05921a3766aca7f43ac28ba9bc98cc..21133a596e586e6713ccec9c78fde6b0
private void witherSettings() {
witherRidable = getBoolean("mobs.wither.ridable", witherRidable);
witherRidableInWater = getBoolean("mobs.wither.ridable-in-water", witherRidableInWater);
@@ -1539,6 +1541,8 @@ public class PurpurWorldConfig {
@@ -1544,6 +1546,8 @@ public class PurpurWorldConfig {
set("mobs.wither.attributes.max_health", oldValue);
}
witherMaxHealth = getDouble("mobs.wither.attributes.max_health", witherMaxHealth);