Requirement balancing

This commit is contained in:
Anuken
2021-12-24 12:52:32 -05:00
parent f755fd76b4
commit 67986ee72c
6 changed files with 38 additions and 28 deletions

View File

@@ -249,7 +249,7 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
Schematics.placeLaunchLoadout(spawnX, spawnY);
//TODO this is only for testing
state.rules.defaultTeam.items().add(Seq.with(ItemStack.with(Items.beryllium, 300, Items.graphite, 300)));
state.rules.defaultTeam.items().add(Seq.with(ItemStack.with(Items.beryllium, 1000, Items.graphite, 1000)));
//TODO proper waves
state.rules.waves = true;