Map distortion / Multi-spawns

This commit is contained in:
Anuken
2019-01-17 16:28:42 -05:00
parent c6af151bf3
commit c63dca1c0d
61 changed files with 62 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ public class Zones implements ContentList{
@Override
public void load(){
groundZero = new Zone("groundZero", new MapGenerator("groundZero")){{
groundZero = new Zone("groundZero", new MapGenerator("groundZero", 1)){{
deployCost = ItemStack.with(Items.copper, 100);
startingItems = ItemStack.with(Items.copper, 50);
alwaysUnlocked = true;