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

fix: fix hopper counter config (#646)

* fix: fix hopper counter config

* fix: stupid me
This commit is contained in:
MC_XiaoHei
2025-08-02 15:17:51 +08:00
committed by GitHub
parent 81da0c5e83
commit ea91106ae5

View File

@@ -622,10 +622,9 @@ public final class LeavesConfig {
public HopperCounterConfig hopperCounter = new HopperCounterConfig();
@GlobalConfigCategory("hopper-counter")
@GlobalConfigCategory("counter")
public static class HopperCounterConfig {
@RemovedConfig(name = "hopper-counter", category = "modify", transform = true)
@RemovedConfig(name = "enabled", category = {"modify", "hopper-counter"}, transform = true)
@GlobalConfig("enable")
public boolean enable = false;