forked from TAIGA/TAIGA
Some little corrections
This commit is contained in:
@@ -13,6 +13,7 @@ public class MoltenAardium extends Fluid {
|
||||
|
||||
@Override
|
||||
public int getColor() {
|
||||
return super.getColor();
|
||||
return 0x00FF15;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -88,8 +88,6 @@ public class ZCompression {
|
||||
|
||||
@EventHandler
|
||||
public void preInit(FMLPreInitializationEvent e) {
|
||||
//Fluid
|
||||
|
||||
|
||||
//Items
|
||||
GameRegistry.register(slagironIngot);
|
||||
|
||||
Reference in New Issue
Block a user