Added system to query block outputs / Editor bugfixes

This commit is contained in:
Anuken
2018-07-29 17:41:27 -04:00
parent 78d1accf07
commit 77f0dfb9b1
11 changed files with 58 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ public class Sector{
public transient Array<SpawnGroup> spawns = new Array<>();
/**Ores that appear in this sector.*/
public transient Array<Item> ores = new Array<>();
/**Difficulty of the sector, measured by calculating distance from origin.*/
/**Difficulty of the sector, measured by calculating distance from origin and applying scaling.*/
public transient int difficulty;
public int getSeed(){