Erekir tech tree entry for large cliff crusher

This commit is contained in:
Anuken 2025-01-07 20:37:27 -05:00
parent a84a99aed6
commit 291ddac78b

View File

@ -137,6 +137,10 @@ public class ErekirTechTree{
node(eruptionDrill, Seq.with(new OnSector(stronghold)), () -> {
});
node(largeCliffCrusher, Seq.with(new OnSector(stronghold)), () -> {
});
});
});
});