mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 10:57:43 +01:00
Big dripleaf tilt delay
This commit is contained in:
@@ -34,10 +34,10 @@ index 8d3ce6c97a8734c0d13844cafca251a3f4dce8a4..a004d59483dc3ffb404ae28daf76c807
|
||||
|
||||
@Override
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
index 9b17536bf3e50bd1b3c1c2ca9619db3b19d1ce8d..cb6efbbb3f12a24d0a18e1e124e17476809fe27a 100644
|
||||
index cc9a68966a833172a9cffa997c23d30424c08d71..4292a2957f09ffe59e9465b26148fb2222fab85e 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
@@ -1015,6 +1015,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1016,6 +1016,7 @@ public class PurpurWorldConfig {
|
||||
public boolean drownedJockeyOnlyBaby = true;
|
||||
public double drownedJockeyChance = 0.05D;
|
||||
public boolean drownedJockeyTryExistingChickens = true;
|
||||
@@ -45,7 +45,7 @@ index 9b17536bf3e50bd1b3c1c2ca9619db3b19d1ce8d..cb6efbbb3f12a24d0a18e1e124e17476
|
||||
private void drownedSettings() {
|
||||
drownedRidable = getBoolean("mobs.drowned.ridable", drownedRidable);
|
||||
drownedRidableInWater = getBoolean("mobs.drowned.ridable-in-water", drownedRidableInWater);
|
||||
@@ -1028,6 +1029,7 @@ public class PurpurWorldConfig {
|
||||
@@ -1029,6 +1030,7 @@ public class PurpurWorldConfig {
|
||||
drownedJockeyOnlyBaby = getBoolean("mobs.drowned.jockey.only-babies", drownedJockeyOnlyBaby);
|
||||
drownedJockeyChance = getDouble("mobs.drowned.jockey.chance", drownedJockeyChance);
|
||||
drownedJockeyTryExistingChickens = getBoolean("mobs.drowned.jockey.try-existing-chickens", drownedJockeyTryExistingChickens);
|
||||
|
||||
Reference in New Issue
Block a user