Added peaks to tech tree

This commit is contained in:
Epowerj
2022-08-09 15:50:45 -04:00
parent 63cf6f6fb2
commit 43937db6df
@@ -359,6 +359,7 @@ public class ErekirTechTree{
node(basin, Seq.with(new SectorComplete(atlas)), () -> { node(basin, Seq.with(new SectorComplete(atlas)), () -> {
node(marsh, Seq.with(new SectorComplete(basin)), () ->{ node(marsh, Seq.with(new SectorComplete(basin)), () ->{
node(peaks, Seq.with(new SectorComplete(marsh), new SectorComplete(split)), () ->{
}); });
}); });
@@ -366,6 +367,7 @@ public class ErekirTechTree{
}); });
}); });
}); });
});
nodeProduce(Items.beryllium, () -> { nodeProduce(Items.beryllium, () -> {
nodeProduce(Items.sand, () -> { nodeProduce(Items.sand, () -> {