Minor bugfixes/cleanup

This commit is contained in:
Anuken
2022-08-04 13:49:22 -04:00
parent 46f8838d1a
commit 1bb45fe91c
4 changed files with 9 additions and 6 deletions

View File

@@ -2449,10 +2449,9 @@ public class Blocks{
researchCost = with(Items.beryllium, 15);
}};
//TODO rename
chemicalCombustionChamber = new ConsumeGenerator("chemical-combustion-chamber"){{
requirements(Category.power, with(Items.graphite, 40, Items.tungsten, 40, Items.oxide, 40f, Items.silicon, 30));
powerProduction = 9f;
powerProduction = 8f;
consumeLiquids(LiquidStack.with(Liquids.ozone, 2f / 60f, Liquids.arkycite, 40f / 60f));
size = 3;
drawer = new DrawMulti(new DrawRegion("-bottom"), new DrawPistons(){{