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 3 weeks ago
Changelog
1.5.0:
- Note: McJtyLib required is now 2.2.0!
- Added fluid support. This works as follows:
- There is a new multi tank which you have to place adjacent to the processor. You can use multiple
- Per multi tank you get four slots that can each hold 10 buckets of any liquid
- These slots you can allocate in the processor similar to how you allocate items and variables
- The liquid opcodes work similarly to item opcodes. First you transfer a liquid to an internal slot and then you transfer it back to a new location
- Multi tanks cannot be used in any other way. They don't allow extraction or insertion at this moment
- Big rework on the internals of the parameter system. If I did my job right you should not notice this. Basically parameter handling should be a bit more efficient (less load on a server) and it is also cleaner and more consistent
- If you hold shift on an opcode in the grid you will get the coordinate of that opcode in the tooltip
- Bugs fixed:
- Copy to json of item opcodes sometimes messed up the meta value (bonemeal -> ink sac)
- The examine items external opcode will no longer ignore the item if a slot is given and return 0 if the item doesn't match with what is in the slot