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