Better launch selection

This commit is contained in:
Anuken
2020-10-18 18:34:19 -04:00
parent 97fd9abd8c
commit dac236b0e9
9 changed files with 104 additions and 82 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public class SectorInfo{
/** Items stored in all cores. */
public ItemSeq items = new ItemSeq();
/** The best available core type. */
public Block bestCoreType = Blocks.air;
public Block bestCoreType = Blocks.coreShard;
/** Max storage capacity. */
public int storageCapacity = 0;
/** Whether a core is available here. */