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