Last active
March 30, 2026 22:32
-
-
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
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 "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