mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-19 20:27:44 +07:00
Changed requirements for split
This commit is contained in:
@ -351,7 +351,7 @@ public class ErekirTechTree{
|
||||
|
||||
node(three, Seq.with(new SectorComplete(two), new SectorComplete(lake), new Research(ventCondenser), new Research(shipFabricator)), () -> {
|
||||
node(atlas, Seq.with(new SectorComplete(three), new Research(mechFabricator)), () -> {
|
||||
node(split, Seq.with(new SectorComplete(atlas), new Research(payloadConveyor)), () -> {
|
||||
node(split, Seq.with(new SectorComplete(atlas), new Research(payloadConveyor), new Research(reinforcedContainer)), () -> {
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user