Skip to content

Instantly share code, notes, and snippets.

@maxpowa
Last active January 16, 2026 19:57
Show Gist options
  • Select an option

  • Save maxpowa/df2736d1e0d0ed8991fa685e96e7d852 to your computer and use it in GitHub Desktop.

Select an option

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).
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
@maxpowa
Copy link
Author

maxpowa commented Jan 16, 2026

Reference video:
https://youtu.be/eMsedv-xrGo?t=376

Picture:
2026-01-16_10 43 48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment