This commit is contained in:
Anuken
2022-08-06 13:30:47 -04:00
parent e9eb713a39
commit 45e5ab8ecc
3 changed files with 21 additions and 14 deletions

View File

@@ -2159,10 +2159,8 @@ public class Blocks{
//reinforced stuff
//TODO different name
reinforcedPump = new Pump("reinforced-pump"){{
requirements(Category.liquid, with(Items.beryllium, 40, Items.tungsten, 30, Items.silicon, 20));
//TODO CUSTOM DRAW ANIMATION - pistons - repurpose DrawBlock?
consumeLiquid(Liquids.hydrogen, 1.5f / 60f);
pumpAmount = 80f / 60f / 4f;