Skip to content

Releases: GMDU/code-of-copper

Code of Copper v0.1.3

01 Feb 19:23
Compare
Choose a tag to compare

[0.1.3] - 2023-02-02

Various bug fixes, and a new language feature.

Added

  • Literal parameters, eg. $(array)[0].
  • A dev mode, where you can see what's happening behind the scenes (not fully implemented).
  • New example programs to demonstrate parameters and the now useful INVENTORY variable

Tweaked

  • Range for place and getblock commands is now 5.

Fixed

  • Arrays no longer close the literal early.
  • Golem's display armor stand now has locked slots to prevent interaction.
  • Golem can no longer break bedrock and other unbreakable blocks.
  • Golem no longer breaks the block underneath the one it's supposed to.
  • Golem can no longer float in the air by constantly calling the move command.
  • Multiple golems can place blocks in the same tick

Code of Copper v0.1.1

01 Feb 00:50
Compare
Choose a tag to compare

[0.1.1] - 2023-01-31

Various bug fixes.

Fixed

  • If statements no longer terminate a while loop.
  • Print command now works from within a while loop.
  • Blocks now correctly change when placed.

Code of Copper v0.1.2

31 Jan 02:21
Compare
Choose a tag to compare

[0.1.2]

Various bug fixes, and small additions.

Added

  • String addition example program.

Fixed

  • Print function will now correctly show more complex data structures.
  • If statements no longer remove the following instruction.