Reactor balancing / Fixed generators / Fixed pump crash / Travis update
This commit is contained in:
@@ -41,8 +41,8 @@ public class Liquids implements ContentList {
|
||||
|
||||
cryofluid = new Liquid("cryofluid", Color.SKY) {
|
||||
{
|
||||
heatCapacity = 0.75f;
|
||||
temperature = 0.4f;
|
||||
heatCapacity = 0.9f;
|
||||
temperature = 0.25f;
|
||||
tier = 1;
|
||||
effect = StatusEffects.freezing;
|
||||
}
|
||||
|
||||
@@ -121,7 +121,7 @@ public class CraftingBlocks extends BlockList implements ContentList {
|
||||
|
||||
consumes.power(0.1f);
|
||||
consumes.item(Items.titanium);
|
||||
consumes.liquid(Liquids.water, 0.2f);
|
||||
consumes.liquid(Liquids.water, 0.3f);
|
||||
}};
|
||||
|
||||
blastMixer = new GenericCrafter("blast-mixer") {{
|
||||
|
||||
@@ -22,6 +22,7 @@ public class LiquidBlocks extends BlockList implements ContentList{
|
||||
pumpAmount = 0.25f;
|
||||
consumes.power(0.015f);
|
||||
liquidCapacity = 30f;
|
||||
hasPower = true;
|
||||
size = 2;
|
||||
tier = 1;
|
||||
}};
|
||||
|
||||
Reference in New Issue
Block a user