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:
BlueWolf
2022-06-08 07:20:35 -06:00
committed by GitHub
parent 5cc314672f
commit 38b0a664f4
10 changed files with 22 additions and 1 deletions

View File

@ -197,6 +197,10 @@ public class ErekirTechTree{
});
});
node(slagHeater, () -> {
});
node(atmosphericConcentrator, Seq.with(new OnSector(four)), () -> {
node(cyanogenSynthesizer, Seq.with(new OnSector(four)), () -> {