OSDN Git Service

英語の間違い全部修正
[chemicraft/chemicraft.git] / common / chemicraft / ItemAtoms.java
index 4b94bbb..d115044 100644 (file)
@@ -18,6 +18,7 @@ public class ItemAtoms extends Item {
                this.setHasSubtypes(true);
                this.setMaxDamage(0);
                this.setCreativeTab(ChemiCraft.instance.creativeTab);
+               ItemStack itemStack = new ItemStack(this);
        }