mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-21 21:28:28 +07:00
Cargo tech tree entry
This commit is contained in:
@ -13,6 +13,12 @@ public class ErekirTechTree{
|
||||
node(surgeConveyor, () -> {
|
||||
node(surgeRouter);
|
||||
});
|
||||
|
||||
node(unitCargoLoader, () -> {
|
||||
node(unitCargoUnloadPoint, () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
node(overflowDuct, () -> {
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user