Compatibility
Minecraft: Java Edition
1.20.1
1.19.x
1.18.1–1.18.2
1.16.2–1.16.5
1.15.2
1.12.x
1.11.2
1.11
1.10.2
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated 2 weeks ago
Changelog
0.1.0beta5:
- No maximum stacksize for crafting cards
- Should support old IInventory too for mods that don't yet support the new item handler capabilities (like IC2)
- New 'loop' opcode to make loops
- New opcodes for constant integers and strings
- The 'push multi' opcode now also works to a storage system
- New 'get ingredients smart' opcode that only gets the ingredients if they are all there and tries to request all missing ingredients (for recursive crafting)
- New 'signal' console command (processor console) to manually force a 'signal' event to run. Can be used for manual running of programs
- New opcode to resume a craft operation at timed intervals (as opposed to the current one that resumes as soon as an item is present)
- New /rfctrl save and /rfctrl load commands to save the program card in your hand to Json (to a file in the MC directory) and load it again. This is a way to transfer programs between worlds