Last active
January 16, 2026 19:57
-
-
Save maxpowa/df2736d1e0d0ed8991fa685e96e7d852 to your computer and use it in GitHub Desktop.
Super Factory Manager (SFM) script for managing Draconic Evolution autocrafting (with Refined Storage or AE2).
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 "Draconic Evolution Fusion Crafting" | |
| -- Setup reference: https://gist.github.com/maxpowa/df2736d1e0d0ed8991fa685e96e7d852 | |
| every 20 ticks do | |
| input from barrel slots 1-26 | |
| output retain 1 to each injector | |
| forget | |
| input from barrel slots 0 | |
| if barrel slots 0 has eq 5 large_chaos_frag then | |
| output retain 1 to core | |
| output retain 1 to each injector | |
| else | |
| output to core | |
| end | |
| forget | |
| input from core | |
| output to interface | |
| end | |
| -- This is a hack to make the charging step end basically instantly | |
| -- You can skip this if you want to power the injectors directly | |
| every tick do | |
| input fe:: from cube bottom side | |
| output fe:: to injector each side | |
| output fe:: to injector each side | |
| output fe:: to injector each side | |
| output fe:: to injector each side | |
| output fe:: to injector each side | |
| output fe:: to injector each side | |
| end |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference video:
https://youtu.be/eMsedv-xrGo?t=376
Picture:
