Added system to query block outputs / Editor bugfixes
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user