apply patch: Leaves - Item overstack util

This commit is contained in:
Helvetica Volubi
2026-05-04 22:44:14 +08:00
parent e85db692f3
commit ee36fab64c
6 changed files with 665 additions and 557 deletions
@@ -23,12 +23,12 @@ public class ContainerExpansionConfig implements IConfigModule {
range: 1~6""")
public static int enderchestRows = 3;
// @CommandSuggestions(suggest = {"1", "2", "32", "64"})
// @ConfigInfo(name = "shulker_stackable_count", directory = {"shulker_box"}, comments =
// """
// range: 1~64""")
// public static int shulkerCount = 1;
//
// @ConfigInfo(name = "same_nbt_shulker_stackable", directory = {"shulker_box"})
// public static boolean nbtShulkerStackable = false;
@CommandSuggestions(suggest = {"1", "2", "32", "64"})
@ConfigInfo(name = "shulker_stackable_count", directory = {"shulker_box"}, comments =
"""
range: 1~64""")
public static int shulkerCount = 1;
@ConfigInfo(name = "same_nbt_shulker_stackable", directory = {"shulker_box"})
public static boolean nbtShulkerStackable = false;
}