diff --git a/src/main/java/ru/bclib/registry/ItemsRegistry.java b/src/main/java/ru/bclib/registry/ItemsRegistry.java index 9ca28e68..724fac42 100644 --- a/src/main/java/ru/bclib/registry/ItemsRegistry.java +++ b/src/main/java/ru/bclib/registry/ItemsRegistry.java @@ -35,7 +35,7 @@ public abstract class ItemsRegistry extends BaseRegistry { } public Item registerDisc(String name, int power, SoundEvent sound) { - return register(name, new EndDiscItem(power, sound, makeItemSettings())); + return register(name, new EndDiscItem(power, sound, makeItemSettings().stacksTo(1))); } public Item registerItem(String name) {