9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2026-01-06 15:51:33 +00:00

Fix budding amethyst can push by piston

This commit is contained in:
violetc
2023-07-07 00:05:42 +08:00
parent 9df669b765
commit 7b5c0235f2
8 changed files with 48 additions and 27 deletions

View File

@@ -6,10 +6,10 @@ Subject: [PATCH] Multithreaded Tracker
This patch is Powered by Pufferfish(https://github.com/pufferfish-gg/Pufferfish)
diff --git a/src/main/java/top/leavesmc/leaves/LeavesConfig.java b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
index a5091db99c663cb0dcbd35897f70d3f9a07fc4ba..383f1eddb640c80de5bb737f90d947d546685039 100644
index 3379d39526512c40650784414e81aaa0d4a2dfca..2a41ea2d7b52b17015e6a5ffc05044bd9d46a504 100644
--- a/src/main/java/top/leavesmc/leaves/LeavesConfig.java
+++ b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
@@ -256,7 +256,7 @@ public final class LeavesConfig {
@@ -255,7 +255,7 @@ public final class LeavesConfig {
dontSendUselessEntityPackets = getBoolean("settings.performance.dont-send-useless-entity-packets", dontSendUselessEntityPackets);
}