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, () -> {

View File

@ -24,4 +24,4 @@ android.useAndroidX=true
#used for slow jitpack builds; TODO see if this actually works
org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000
archash=31f2251e
archash=00d1f312