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