mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 09:57:43 +01:00
add option for sponges to absorb water from mud
This commit is contained in:
@@ -18,10 +18,10 @@ index c72d5e7c2a19c5690a8065c95c75f0415358c2a9..45fb438065b1db2a9baa648f4d397472
|
||||
}
|
||||
|
||||
diff --git a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
|
||||
index 59c413b5d6681da2636d7cfa0d452a4643e9f84b..b70b9609671ae8bc9504cef48d7531b5ad5fe65f 100644
|
||||
index 06a89fca008aa03521c4c9d31b495e6e2b000579..db14d7aa3fecb0e6de4c9c534f64007aaecd7289 100644
|
||||
--- a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
|
||||
+++ b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
|
||||
@@ -2015,6 +2015,7 @@ public class PurpurWorldConfig {
|
||||
@@ -2017,6 +2017,7 @@ public class PurpurWorldConfig {
|
||||
public int ocelotBreedingTicks = 6000;
|
||||
public boolean ocelotTakeDamageFromWater = false;
|
||||
public boolean ocelotAlwaysDropExp = false;
|
||||
@@ -29,7 +29,7 @@ index 59c413b5d6681da2636d7cfa0d452a4643e9f84b..b70b9609671ae8bc9504cef48d7531b5
|
||||
private void ocelotSettings() {
|
||||
ocelotRidable = getBoolean("mobs.ocelot.ridable", ocelotRidable);
|
||||
ocelotRidableInWater = getBoolean("mobs.ocelot.ridable-in-water", ocelotRidableInWater);
|
||||
@@ -2028,6 +2029,7 @@ public class PurpurWorldConfig {
|
||||
@@ -2030,6 +2031,7 @@ public class PurpurWorldConfig {
|
||||
ocelotBreedingTicks = getInt("mobs.ocelot.breeding-delay-ticks", ocelotBreedingTicks);
|
||||
ocelotTakeDamageFromWater = getBoolean("mobs.ocelot.takes-damage-from-water", ocelotTakeDamageFromWater);
|
||||
ocelotAlwaysDropExp = getBoolean("mobs.ocelot.always-drop-exp", ocelotAlwaysDropExp);
|
||||
|
||||
Reference in New Issue
Block a user