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

remove useless patch

This commit is contained in:
MC_XiaoHei
2025-07-04 21:06:37 +08:00
parent 64dc2be7fa
commit 28bc86b2d1
30 changed files with 7 additions and 67 deletions

View File

@@ -1121,17 +1121,11 @@ public final class LeavesConfig {
@GlobalConfig("vanilla-display-name")
public boolean vanillaDisplayName = false;
@GlobalConfig(value = "collision-behavior")
public CollisionBehavior collisionBehavior = CollisionBehavior.BLOCK_SHAPE_VANILLA;
public enum CollisionBehavior {
VANILLA, BLOCK_SHAPE_VANILLA, PAPER
}
@GlobalConfig("vanilla-portal-handle")
public boolean vanillaPortalHandle = false;
@RemovedConfig(name = "collision-behavior", category = "fix")
@RemovedConfig(name = "spigot-EndPlatform-destroy", category = "fix")
private final boolean spigotEndPlatformDestroy = false;
private final boolean removed = false;
}
}