Added prompt for loading legacy research data

This commit is contained in:
Anuken
2020-11-26 10:22:01 -05:00
parent e1ddf115e0
commit 465219540c
8 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -422,7 +422,7 @@ public class TechTree implements ContentList{
node(additiveReconstructor, Seq.with(new SectorComplete(biomassFacility)), () -> {
node(multiplicativeReconstructor, () -> {
node(exponentialReconstructor, () -> {
node(exponentialReconstructor, Seq.with(new SectorComplete(overgrowth)), () -> {
node(tetrativeReconstructor, () -> {
});