OSDN Git Service

finalBuild(1.5.1移行)
[chemicraft/ChemiCraftNext.git] / common / pcc / chemicraft / base / compounds / CompoundWater.java
index 3d86aec..8562c47 100644 (file)
@@ -28,8 +28,8 @@ public class CompoundWater implements ICompoundHandler {
        }
 
        @Override
-       public int getIconIndexHandler() {
-               return 1;
+       public String getIconIndexHandler() {
+               return "ChemiCraft:Composite";
        }
 
 }