Fixed saves not loading / Increased biomatter compressor output

This commit is contained in:
Anuken
2018-07-14 16:06:38 -04:00
parent d35f736548
commit dfed36748c
3 changed files with 12 additions and 5 deletions
@@ -212,7 +212,7 @@ public class CraftingBlocks extends BlockList implements ContentList{
itemCapacity = 50;
craftTime = 25f;
outputLiquid = Liquids.oil;
outputLiquidAmount = 0.14f;
outputLiquidAmount = 0.9f;
size = 2;
health = 320;
hasLiquids = true;