Skip to content

Instantly share code, notes, and snippets.

@Avi-E-Koenig
Last active March 30, 2026 22:32
Show Gist options
  • Select an option

  • Save Avi-E-Koenig/25a431ba997f28ecc5a8692e9b4159d2 to your computer and use it in GitHub Desktop.

Select an option

Save Avi-E-Koenig/25a431ba997f28ecc5a8692e9b4159d2 to your computer and use it in GitHub Desktop.
Super Factory manager mod minecraft All the mods 10 handler for the comb processing
NAME "CENTRIFUGE SUPPLY"
EVERY 20 TICKS DO
INPUT fe:: FROM power BOTTOM SIDE
OUTPUT fe:: TO heated_centrifuge
INPUT productivebees:configurable_* EXCEPT minecraft:honeycomb_block FROM storage_controller
OUTPUT TO heated_centrifuge
FORGET
INPUT FROM heated_centrifuge
OUTPUT TO storage_controller
FORGET
INPUT fluid:: FROM heated_centrifuge
OUTPUT fluid:: TO storage_controller
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment