This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name "MekLithiumFactories" | |
every tick do | |
input fe:: from energy bottom side | |
output fe:: to matchine1,matchine2 top side | |
end | |
every second do | |
input fluid:mekanism:lithium from raw bottom side slots 0 | |
output 200 fluid:mekanism:lithium to each matchine1 top side |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name "MekCrushingFactories" | |
every tick do | |
input fe:: from energy bottom side | |
output fe:: to machine top side | |
end | |
every second do | |
input from raw | |
output retain 36 to each machine top side |