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

Skippable raid height check And fix self raid check

This commit is contained in:
violetc
2025-03-14 10:59:41 +08:00
parent ca3ddb3fe8
commit 57f825950b
4 changed files with 33 additions and 11 deletions

View File

@@ -284,6 +284,9 @@ public final class LeavesConfig {
@GlobalConfig("give-bad-omen-when-kill-patrol-leader")
public boolean giveBadOmenWhenKillPatrolLeader = false;
@GlobalConfig("skip-height-check")
public boolean skipHeightCheck = false;
}
@GlobalConfig("allow-anvil-destroy-item-entities")