Cargo tech tree entry

This commit is contained in:
Anuken
2021-11-29 20:12:43 -05:00
parent 6483d924af
commit a0b7d96f67
2 changed files with 7 additions and 1 deletions

View File

@@ -13,6 +13,12 @@ public class ErekirTechTree{
node(surgeConveyor, () -> {
node(surgeRouter);
});
node(unitCargoLoader, () -> {
node(unitCargoUnloadPoint, () -> {
});
});
});
node(overflowDuct, () -> {