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

Merge branch 'master' into dev/new-command

This commit is contained in:
MC_XiaoHei
2025-09-23 12:56:07 +08:00
committed by GitHub
2 changed files with 270 additions and 0 deletions

View File

@@ -859,6 +859,9 @@ public final class LeavesConfig {
@GlobalConfig(value = "sleeping-block-entity", lock = true)
public boolean sleepingBlockEntity = false;
@GlobalConfig(value = "equipment-tracking", lock = true)
public boolean equipmentTracking = false;
}
public static ProtocolConfig protocol = new ProtocolConfig();