mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-16 02:38:37 +07:00
Softlock fix
This commit is contained in:
@ -145,8 +145,8 @@ public class ErekirTechTree{
|
||||
});
|
||||
});
|
||||
|
||||
node(siliconArcFurnace, () -> {
|
||||
node(cliffCrusher, () -> {
|
||||
node(cliffCrusher, () -> {
|
||||
node(siliconArcFurnace, () -> {
|
||||
node(electrolyzer, Seq.with(new OnSector(three)), () -> {
|
||||
node(oxidationChamber, () -> {
|
||||
node(electricHeater, Seq.with(new OnSector(four)), () -> {
|
||||
|
Reference in New Issue
Block a user