9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-28 11:29:12 +00:00

Remove a useless patch (#614)

This commit is contained in:
Helvetica Volubi
2025-07-26 01:43:52 +08:00
committed by GitHub
parent 46cccfc39c
commit c245ee6734
18 changed files with 9 additions and 31 deletions

View File

@@ -330,9 +330,6 @@ public final class LeavesConfig {
@GlobalConfig("old-hopper-suck-in-behavior")
public boolean oldHopperSuckInBehavior = false;
@GlobalConfig("old-nether-portal-collision") // Should remove in 1.21.6
public boolean oldNetherPortalCollision = false;
@GlobalConfig("old-zombie-piglin-drop")
public boolean oldZombiePiglinDrop = false;
@@ -691,6 +688,7 @@ public final class LeavesConfig {
@RemovedConfig(name = "ignore-lc", category = "modify")
@RemovedConfig(name = "fix-fortress-mob-spawn", category = {"modify", "minecraft-old"})
@RemovedConfig(name = "fast-resume", category = "modify")
@RemovedConfig(name = "old-nether-portal-collision", category = {"modify", "minecraft-old"})
private final boolean removed = false;
}