mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 19:07:44 +01:00
Implement limited water
This commit is contained in:
@@ -18,10 +18,10 @@ index 5b10e1110f938745c8f9ed0b55960566bc720c30..c97fddfc680a9d1934c751e0e87e287d
|
||||
++i;
|
||||
if (j < world.purpurConfig.spongeAbsorptionRadius) { // Purpur
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
index b741c9b92ec2a473e25513aa29a204ee9d2c52e2..09c9c3de0db01da1991df16474120170ddaafc73 100644
|
||||
index 1235d3a61b1a08b332e2d6d17fdc0742e7f1a07b..5044899f567635dd7a0d6f6d64cf8dae806028b2 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
@@ -943,9 +943,11 @@ public class PurpurWorldConfig {
|
||||
@@ -950,9 +950,11 @@ public class PurpurWorldConfig {
|
||||
|
||||
public int spongeAbsorptionArea = 64;
|
||||
public int spongeAbsorptionRadius = 6;
|
||||
|
||||
Reference in New Issue
Block a user