Buildable beam link block

This commit is contained in:
Anuken
2025-04-10 11:40:47 -04:00
parent 80fbf59188
commit e608a0fea4
7 changed files with 9 additions and 4 deletions

View File

@@ -160,7 +160,9 @@ public class ErekirTechTree{
});
node(beamTower, Seq.with(new OnSector(peaks)), () -> {
node(beamLink, Seq.with(new OnSector(crossroads)), () -> {
});
});