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