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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user