Shockwave tower block

This commit is contained in:
Anuken
2022-07-11 14:37:57 -04:00
parent 4ea1e26c73
commit 411b6d7460
12 changed files with 141 additions and 5 deletions

View File

@ -161,7 +161,9 @@ public class ErekirTechTree{
node(regenProjector, () -> {
//TODO more tiers of build tower or "support" structures like overdrive projectors
node(buildTower, Seq.with(new OnSector(four)), () -> {
node(shockwaveTower, () -> {
});
});
});
});