mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 17:27:35 +07:00
so i made a slag heater (#6925)
* Add slag fueled heater * i have no idea why i have to do this but i do Co-authored-by: Blue <415bluewolf@gmail.com> Co-authored-by: Anuken <arnukren@gmail.com>
This commit is contained in:
@ -197,6 +197,10 @@ public class ErekirTechTree{
|
||||
});
|
||||
});
|
||||
|
||||
node(slagHeater, () -> {
|
||||
|
||||
});
|
||||
|
||||
node(atmosphericConcentrator, Seq.with(new OnSector(four)), () -> {
|
||||
node(cyanogenSynthesizer, Seq.with(new OnSector(four)), () -> {
|
||||
|
||||
|
Reference in New Issue
Block a user