mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-05 07:00:49 +07:00
Fixed electrolyzer
This commit is contained in:
parent
5a6d1787c5
commit
76d7a31b65
@ -187,7 +187,7 @@ public class ErekirTechTree{
|
||||
|
||||
node(cliffCrusher, () -> {
|
||||
node(siliconArcFurnace, () -> {
|
||||
node(electrolyzer, Seq.with(new OnSector(three)), () -> {
|
||||
node(electrolyzer, Seq.with(new OnSector(two)), () -> {
|
||||
node(oxidationChamber, () -> {
|
||||
node(electricHeater, Seq.with(new OnSector(four)), () -> {
|
||||
node(heatRedirector, () -> {
|
||||
|
Loading…
Reference in New Issue
Block a user