No erekir launch schems / Tech tree fix

This commit is contained in:
Anuken
2022-01-28 15:52:06 -05:00
parent 98f17e15ae
commit 0579c9e6c9
6 changed files with 46 additions and 26 deletions

View File

@ -40,15 +40,15 @@ public class ErekirTechTree{
});
});
node(reinforcedContainer, () -> {
node(overflowDuct, () -> {
node(overflowDuct, () -> {
node(reinforcedContainer, () -> {
node(ductUnloader, () -> {
});
});
node(reinforcedVault, () -> {
node(reinforcedVault, () -> {
});
});
});
});