OSDN Git Service

Merge branch 'master' of https://scm.sourceforge.jp/gitroot/chemicraft/chemicraft
[chemicraft/chemicraft.git] / common / pcc / chemicraft / core / ChemiCraftCore.java
index 989e9d7..1c27401 100644 (file)
@@ -154,7 +154,6 @@ public class ChemiCraftCore extends ChemiCraft{
        public static final String CCTABLE = ChemiCraft.TEXTURE + "ChemiCraftTable_";
 
        public ChemiCraftCore() {
-               ChemiCraftAPI.getCompoundsName().entrySet();
                this.api.getCompoundsName().createHash("en_US");
                this.registerItem = new ChemiCraftRegisterItem(this);
                this.registerBlock = new ChemiCraftRegisterBlock(this);