Fixed #7310
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user