Onset tech tree entry
This commit is contained in:
@@ -5,6 +5,7 @@ import mindustry.game.Objectives.*;
|
||||
import mindustry.type.*;
|
||||
|
||||
import static mindustry.content.Blocks.*;
|
||||
import static mindustry.content.SectorPresets.*;
|
||||
import static mindustry.content.TechTree.*;
|
||||
|
||||
public class ErekirTechTree{
|
||||
@@ -180,8 +181,8 @@ public class ErekirTechTree{
|
||||
});
|
||||
|
||||
|
||||
//TODO implement
|
||||
node(sublimate, () -> {
|
||||
//TODO implement
|
||||
node(titan, () -> {
|
||||
|
||||
});
|
||||
@@ -194,6 +195,11 @@ public class ErekirTechTree{
|
||||
});
|
||||
});
|
||||
|
||||
//TODO more sectors
|
||||
node(onset, () -> {
|
||||
|
||||
});
|
||||
|
||||
nodeProduce(Items.beryllium, () -> {
|
||||
nodeProduce(Items.oxide, () -> {
|
||||
nodeProduce(Items.fissileMatter, () -> {
|
||||
|
||||
Reference in New Issue
Block a user