MoveLightning ability bullet support

This commit is contained in:
Anuken
2021-01-20 12:31:35 -05:00
parent 10cd15a088
commit 770d8506c5
2 changed files with 23 additions and 11 deletions

View File

@@ -1312,7 +1312,7 @@ public class Blocks implements ContentList{
}};
waterExtractor = new SolidPump("water-extractor"){{
requirements(Category.production, with(Items.copper, 25, Items.graphite, 25, Items.lead, 20));
requirements(Category.production, with(Items.copper, 30, Items.graphite, 30, Items.lead, 30));
result = Liquids.water;
pumpAmount = 0.11f;
size = 2;