Many misc sector fixes

This commit is contained in:
Anuken
2024-09-06 15:07:54 -04:00
parent 5bff681096
commit ac8a38d98d
9 changed files with 12 additions and 12 deletions

View File

@@ -139,7 +139,7 @@ public class SerpuloTechTree{
});
});
node(plastaniumCompressor, Seq.with(new SectorComplete(windsweptIslands)), () -> {
node(plastaniumCompressor, Seq.with(new SectorComplete(windsweptIslands), new OnSector(tarFields)), () -> {
node(phaseWeaver, Seq.with(new SectorComplete(tarFields)), () -> {
});