Some little corrections

This commit is contained in:
Robert Sosnitzka
2016-05-04 00:08:25 +02:00
parent 5a6b86012a
commit 7273d47c85
3 changed files with 18 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ public class MoltenAardium extends Fluid {
@Override
public int getColor() {
return super.getColor();
return 0x00FF15;
}
}

View File

@@ -88,8 +88,6 @@ public class ZCompression {
@EventHandler
public void preInit(FMLPreInitializationEvent e) {
//Fluid
//Items
GameRegistry.register(slagironIngot);