Added cryofluid mixer, liquid rebalancing

This commit is contained in:
Anuken
2018-03-13 18:54:28 -04:00
parent 539971b5a0
commit b822a02d41
17 changed files with 464 additions and 346 deletions
@@ -13,7 +13,7 @@ public class Liquid {
none = new Liquid("none", Color.CLEAR),
water = new Liquid("water", Color.ROYAL){
{
heatCapacity = 0.7f;
heatCapacity = 0.4f;
}
},
plasma = new Liquid("plasma", Color.CORAL){
@@ -38,8 +38,8 @@ public class Liquid {
},
cryofluid = new Liquid("cryofluid", Color.SKY){
{
heatCapacity = 0.8f;
temperature = 0.1f;
heatCapacity = 0.75f;
temperature = 0.5f;
}
},
sulfuricAcid = new Liquid("sulfuricAcid", Color.YELLOW){
@@ -56,6 +56,7 @@ public class Recipes {
new Recipe(crafting, ProductionBlocks.stoneformer, stack(Item.steel, 10), stack(Item.iron, 10)),
new Recipe(crafting, ProductionBlocks.lavasmelter, stack(Item.steel, 30), stack(Item.titanium, 15)),
new Recipe(crafting, ProductionBlocks.siliconextractor, stack(Item.steel, 30), stack(Item.titanium, 15)),
new Recipe(crafting, ProductionBlocks.cryofluidmixer, stack(Item.steel, 30), stack(Item.titanium, 15)),
new Recipe(crafting, ProductionBlocks.weaponFactory, stack(Item.steel, 60), stack(Item.iron, 60)).setDesktop(),
//new Recipe(crafting, ProductionBlocks.centrifuge, stack(Item.steel, 30), stack(Item.iron, 30)),