feat: Leaves Vanilla hopper

This commit is contained in:
Helvetica Volubi
2025-07-28 01:03:43 +08:00
parent c257ebd19c
commit e1b3a14ece
9 changed files with 89 additions and 0 deletions
@@ -12,6 +12,9 @@ public class RedStoneConfig implements IConfigModule {
Allows you to use the Shears to right-click to rotate the block.""")
public static boolean shears = false;
@ConfigInfo(baseName = "vanilla_hopper")
public static boolean vanillaHopper = false;
@Override
public EnumConfigCategory getCategory() {
return EnumConfigCategory.MISC;