OSDN Git Service

代理コミット
[chemicraft/chemicraft.git] / src / ChemiCraft.java
index c2c6578..905682b 100644 (file)
@@ -57,8 +57,7 @@ public class ChemiCraft
        public void chemiLoadMethod(FMLInitializationEvent event)\r
        {\r
                //\89»\8d\87\95¨\82Ì\92Ç\89Á\r
-               ChemiCraftAPI.addCompound("Salt(Sodium chloride)");\r
-               ChemiCraftAPI.addLangCompound("ja_JP", "\89\96(\89\96\89»\83i\83g\83\8a\83E\83\80)");\r
+               ChemiCraftAPI.addLangCompound("ja_JP", "Salt", "\89\96(\89\96\89»\83i\83g\83\8a\83E\83\80)");\r
        }\r
 \r
        @Mod.PreInit  // \91O\8f\88\97\9d\r
@@ -83,6 +82,9 @@ public class ChemiCraft
                NameAuxiliary.addForLangName(itemAtoms, "ja_JP", atomsNameJP);\r
                NameAuxiliary.addForName(itemCompounds, ChemiCraftAPI.getCompoundsName().toArray());\r
                NameAuxiliary.addForLangName(itemCompounds, "ja_JP", ChemiCraftAPI.getCompoundsLangName().toArray());\r
+\r
+               ChemiCraftAPI.addCompoundHandler("Salt", new CompoundHandlerTest());\r
+\r
        }\r
 \r
 }
\ No newline at end of file