Testing more procedural generation

This commit is contained in:
Anuken
2019-04-09 23:40:29 -04:00
parent daccfa5fe3
commit 98a53381fb
5 changed files with 62 additions and 6 deletions

View File

@@ -123,7 +123,6 @@ public class WaveSpawner{
//hide spawnpoints, they have served their purpose
world.tile(x, y).setBlock(Blocks.air);
Log.info("Add spawn " + x + " " + y);
}
}
}