-package chemicraft;
+package chemicraft;
import java.util.List;
this.maxStackSize = 1;
this.setHasSubtypes(true);
this.setMaxDamage(0);
- this.setCreativeTab(ChemiCraft.tabAtoms);
+ this.setCreativeTab(ChemiCraft.instance.creativeTab);
}
@Override
public String getTextureFile()
{
this.isDefaultTexture = false;
- return "/ChemiCraft/Compounds.png";
+ return "/ChemiCraft/items/Compounds.png";
}
@SideOnly(Side.CLIENT)