Fixed infinite copper bug

This commit is contained in:
Anuken
2019-02-04 22:04:00 -05:00
parent 6e7514491c
commit fe765e5a5b
3 changed files with 4 additions and 4 deletions
@@ -61,7 +61,7 @@ public class Zones implements ContentList{
}};
craters = new Zone("craters", new MapGenerator("craters", 1).dist(0)){{
deployCost = ItemStack.with(Items.copper, 300);
deployCost = ItemStack.with(Items.copper, 200);
startingItems = ItemStack.with(Items.copper, 200);
conditionWave = 15;
itemRequirements = ItemStack.with(Items.copper, 2000);