Added random slopes, various bugfixes and balance fixes

This commit is contained in:
Anuken
2018-06-23 11:53:14 -04:00
parent f9947d2e53
commit a4edf827c8
19 changed files with 102 additions and 26 deletions

View File

@@ -226,6 +226,8 @@ public class FloorRenderer {
Log.info("Time to create: {0}", Timers.elapsed());
Timers.mark();
for (int x = 0; x < chunksx; x++) {
for (int y = 0; y < chunksy; y++) {
cache[x][y] = new Chunk();