This commit is contained in:
Anuken
2022-10-18 09:26:44 -04:00
parent 326002c338
commit e6de58fbdc
3 changed files with 9 additions and 1 deletions

View File

@@ -5512,9 +5512,9 @@ public class Blocks{
new AssemblerUnitPlan(UnitTypes.tecta, 60f * 60f, PayloadStack.list(UnitTypes.merui, 4, Blocks.tungstenWallLarge, 10)),
new AssemblerUnitPlan(UnitTypes.collaris, 60f * 60f * 3f, PayloadStack.list(UnitTypes.cleroi, 6, Blocks.carbideWallLarge, 20))
);
consumePower(3f);
areaSize = 13;
consumePower(3f);
consumeLiquid(Liquids.cyanogen, 9f / 60f);
}};