mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 15:02:03 -08:00
Changed requirements for split
This commit is contained in:
parent
0182e61803
commit
e6502dad75
1 changed files with 1 additions and 1 deletions
|
|
@ -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)), () -> {
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue