mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 02:47:43 +01:00
Big dripleaf tilt delay
This commit is contained in:
@@ -5,7 +5,7 @@ Subject: [PATCH] Dont run with scissors!
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java b/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java
|
||||
index 76c6b0c9b585879d63a232f6633ffd7c72656d0a..600950663c20a096e0923341dbd733babf941ba0 100644
|
||||
index 637737d28d3a8951a5def99fe27fdb4db5057acb..daee19f2d949ecb10931444a4e1a3f27bd3edd3d 100644
|
||||
--- a/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java
|
||||
+++ b/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java
|
||||
@@ -1555,6 +1555,13 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
|
||||
@@ -23,7 +23,7 @@ index 76c6b0c9b585879d63a232f6633ffd7c72656d0a..600950663c20a096e0923341dbd733ba
|
||||
this.lastGoodX = this.player.getX();
|
||||
this.lastGoodY = this.player.getY();
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index e66c05541ff1f25346af60255d17542305cc3a9f..206d04cae6d94ae8ab816e5ae661dd5133be1996 100644
|
||||
index 7ed1d5b2aab3442f80532c62a398353e89c18b0c..45d536954b8007de69c6f74942c2293510739a5e 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -165,6 +165,7 @@ public class PurpurConfig {
|
||||
@@ -43,10 +43,10 @@ index e66c05541ff1f25346af60255d17542305cc3a9f..206d04cae6d94ae8ab816e5ae661dd51
|
||||
|
||||
public static int seedFeatureBamboo = -1;
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
index 5662726d87e6a13f36afc161a7f98bbefb12c91c..75c093efea8f0c8188722065421abb702691a214 100644
|
||||
index 4c4e9996fee6667f40982a7d00efd21a60ab8ec6..e26f95fcc3fd1300af9a9101bf127d2418a4cb31 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
@@ -155,6 +155,8 @@ public class PurpurWorldConfig {
|
||||
@@ -156,6 +156,8 @@ public class PurpurWorldConfig {
|
||||
public List<Item> itemImmuneToExplosion = new ArrayList<>();
|
||||
public List<Item> itemImmuneToFire = new ArrayList<>();
|
||||
public List<Item> itemImmuneToLightning = new ArrayList<>();
|
||||
@@ -55,7 +55,7 @@ index 5662726d87e6a13f36afc161a7f98bbefb12c91c..75c093efea8f0c8188722065421abb70
|
||||
private void itemSettings() {
|
||||
itemImmuneToCactus.clear();
|
||||
getList("gameplay-mechanics.item.immune.cactus", new ArrayList<>()).forEach(key -> {
|
||||
@@ -192,6 +194,8 @@ public class PurpurWorldConfig {
|
||||
@@ -193,6 +195,8 @@ public class PurpurWorldConfig {
|
||||
Item item = Registry.ITEM.get(new ResourceLocation(key.toString()));
|
||||
if (item != Items.AIR) itemImmuneToLightning.add(item);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user