Unlock core on launch

This commit is contained in:
Anuken
2022-01-23 19:45:24 -05:00
parent 0c9bcbf69a
commit 5a9499b1db
2 changed files with 3 additions and 1 deletions

View File

@@ -57,6 +57,8 @@ public class Planets{
totalRadius += 2.6f;
lightSrcTo = 0.5f;
lightDstFrom = 0.2f;
unlockedOnLand.add(Blocks.coreBastion);
}};
//TODO names

View File

@@ -118,6 +118,6 @@ public class SectorPresets{
difficulty = 1;
}};
//endreigon
//endregion
}
}