mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-18 17:07:43 +01:00
add option for sponges to absorb water from mud
This commit is contained in:
@@ -7,7 +7,7 @@ Paper patches RNG maniplulation by using a shared (and locked) random source.
|
||||
This comes with a performance gain, but technical players may prefer the ability to manipulate RNG.
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java
|
||||
index 71ed0c280eedd7b5a7aa43406995af487b02cc05..aeacaf0e2567290930d4a0bb364e4e7d316a80d7 100644
|
||||
index 9e3eadf780cca5ef01b6c0c50e18a8cda8346a36..44d5403615244b3971df8f40fe7269654b216679 100644
|
||||
--- a/src/main/java/net/minecraft/world/entity/Entity.java
|
||||
+++ b/src/main/java/net/minecraft/world/entity/Entity.java
|
||||
@@ -615,7 +615,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
|
||||
@@ -33,7 +33,7 @@ index 88c238e492b1081d1a64a3b6f05d7baa17e5d8c9..dd7f2beabf0edad4143ac2365ac04a22
|
||||
}
|
||||
|
||||
diff --git a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
|
||||
index 0a83e8b1bcd7e8b7bd805c9e04de1f529f837c19..f2ebd3f4c66a9b61379aaab703df381afafd2459 100644
|
||||
index f41a2cad0736c3133104dc03d3b2ce4002ad3504..103fdcc4546649c29f97d5ebb90beddc3387018e 100644
|
||||
--- a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
|
||||
+++ b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
|
||||
@@ -205,9 +205,11 @@ public class PurpurWorldConfig {
|
||||
|
||||
Reference in New Issue
Block a user