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.1.0:
- New opcodes and functions:
- New opcode to read the damage value from an item
- New opcode to get the readable name of an item (needed because conversion to string has changed, see below)
- Function to get the last value as an item. Also has the feature to convert a string as a registry name to an item
- Changes:
- Slot is not optional for examine item. This was marked wrong
- Converting an item to a string will now return the registry name and not the display name. That's more symmetrical with the opposite conversion that already exists. So be aware of this if you were using this feature and use the new opcode to get the readable name of an item
- Fixes:
- String concat opcode was wrong. The input parameters were marked as integer
- The random function was not working
- Went through parameters for various opcodes and sanitized their usage
- New API so that other mods can also add opcodes and functions (currently only Deep Resonance supports this). Warning! This API may still change!