New environmental metal wall blocks

This commit is contained in:
Anuken
2025-08-23 17:04:40 -04:00
parent 32da91e789
commit 42fb6b7a72
20 changed files with 49 additions and 6 deletions

View File

@@ -388,7 +388,7 @@ public class ErekirTechTree{
node(basin, Seq.with(new SectorComplete(atlas)), () -> {
node(marsh, Seq.with(new SectorComplete(basin)), () -> {
node(ravine, Seq.with(new SectorComplete(marsh), new Research(Liquids.slag)), () -> {
node(caldera, Seq.with(new SectorComplete(peaks), new Research(heatRedirector)), () -> {
node(caldera, Seq.with(new SectorComplete(peaks), new SectorComplete(ravine), new Research(heatRedirector)), () -> {
node(stronghold, Seq.with(new SectorComplete(caldera), new Research(coreCitadel)), () -> {
node(crevice, Seq.with(new SectorComplete(stronghold)), () -> {
node(siege, Seq.with(new SectorComplete(crevice)), () -> {