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

Raid revert - old FindSpawnPosition (#475) (#461)

This commit is contained in:
Helvetica Volubi
2025-05-03 11:50:07 +08:00
committed by GitHub
parent 015eccb661
commit fa69061879
4 changed files with 94 additions and 4 deletions

View File

@@ -293,6 +293,9 @@ public final class LeavesConfig {
@GlobalConfig("give-bad-omen-when-kill-patrol-leader")
public boolean giveBadOmenWhenKillPatrolLeader = false;
@GlobalConfig("use-old-find-spawn-position")
public boolean useOldFindSpawnPosition = false;
@GlobalConfig("skip-height-check")
public boolean skipHeightCheck = false;
}