Water Extractor: Use metaglass to be consistent with pumps

This commit is contained in:
Anuken
2021-02-21 08:53:47 -05:00
parent a3bf39d86b
commit 0d287e6d59
3 changed files with 3 additions and 4 deletions

View File

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