Skip to content

Code of Copper v0.3.1

Compare
Choose a tag to compare
@GearsDatapacks GearsDatapacks released this 29 Jan 13:16
· 7 commits to main since this release

[0.3.1] - 2024-01-29

The big split

Added

  • The background of the text above the golem is now coloured based on its oxidisation level

Changed

  • The GolemScript language has been split from this datapack
    • It is now its own separate pack
    • This datapack uses its API to run programs and control the golems
  • Empty and same programs now rerun the previous program
  • Broken golems now store their oxidisation level, and whether they had been waxed

Removed

  • All code that processes the GolemScript language
    • This can now all be found in the GolemScript datapack
    • Code of Copper is now a runtime for GolemScript, and only contains code for manipulating golems
  • The experimental API
    • This is now part of the GolemScript API