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);
|
||||
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "forge:fluid",
|
||||
"transform": "forge:default-item"
|
||||
},
|
||||
"variants": {
|
||||
"moltenAardium": [
|
||||
{
|
||||
"custom": {
|
||||
"fluid": "molten_aardium"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user