mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-22 13:48:25 +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(electrolyzer, Seq.with(new OnSector(three)), () -> {
|
||||||
node(oxidationChamber, () -> {
|
node(oxidationChamber, () -> {
|
||||||
node(electricHeater, Seq.with(new OnSector(four)), () -> {
|
node(electricHeater, Seq.with(new OnSector(four)), () -> {
|
||||||
|
Reference in New Issue
Block a user