We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9c1b6 commit 3af1821Copy full SHA for 3af1821
src/main/java/aztech/modern_industrialization/items/armor/QuantumArmorItem.java
@@ -42,7 +42,7 @@ public class QuantumArmorItem extends ArmorItem {
42
public static final List<QuantumArmorItem> ITEMS = new ArrayList<>();
43
44
public QuantumArmorItem(ArmorItem.Type type, Properties settings) {
45
- super(MIArmorMaterials.QUANTUM, type, settings);
+ super(MIArmorMaterials.QUANTUM, type, settings.stacksTo(1));
46
ITEMS.add(this);
47
}
48
0 commit comments