Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.4
Platforms
Data Pack
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed GPL-3.0-or-later
Published last year
Updated 3 months ago
Changelog
[0.1.4] - 2023-02-07
Refactor of the parser, fixing many compiler bugs.
Code of Copper now requires Moxlib v0.5.5 or later.
Changed
- Major refactor of the parser:
- Variables within arrays no longer need brackets if they use only alphanumeric characters.
- Operators no longer need a space between them and literals.
- Lots of behind-the-scenes improvements which will allow for later enhancements.
- Most instructions will allow expressions as their parameters.
- Golems now don't print quotes when printing plain strings.
Fixed
- Golems no longer fall through non-full blocks.
- Golems now reset their variables when the program reruns.
- Items no longer disappear weirdly when placing from the second slot.