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

Lithium Equipment Tracking (#736)

* feat: merge leaf patch to us

* fix: pass build and fix comment

* feat: make it configurable
This commit is contained in:
MC_XiaoHei
2025-09-23 12:55:04 +08:00
committed by GitHub
parent adb02a59cc
commit 4ade1001e4
2 changed files with 270 additions and 0 deletions

View File

@@ -812,6 +812,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();