Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.21.8] 1.116.1

18 Jul 16:09
4cccf18

Choose a tag to compare

[1.21.8] 1.116.1 Pre-release
Pre-release

New features in CC: Tweaked 1.116.1

  • Update translations.

Several bug fixes:

  • Fix NPE when mcfunction files contain CC commands.
  • Fix crash in speaker.playAudio on noisy pocket computers.

[1.21.7] 1.116.1

12 Jul 20:50
e81a2c7

Choose a tag to compare

[1.21.7] 1.116.1 Pre-release
Pre-release

New features in CC: Tweaked 1.116.1

  • Update translations.

Several bug fixes:

  • Fix NPE when mcfunction files contain CC commands.
  • Fix crash in speaker.playAudio on noisy pocket computers.

[1.21.1] 1.116.1

12 Jul 18:08
9cf0f85

Choose a tag to compare

[1.21.1] 1.116.1 Pre-release
Pre-release

New features in CC: Tweaked 1.116.1

  • Update translations.

One bug fix:

  • Fix NPE when mcfunction files contain CC commands.

[1.20.1] 1.116.1

12 Jul 18:08
018ce7c

Choose a tag to compare

New features in CC: Tweaked 1.116.1

  • Update translations.

One bug fix:

  • Fix NPE when mcfunction files contain CC commands.

[1.21.7] 1.116.0

30 Jun 21:58
67412a2

Choose a tag to compare

[1.21.7] 1.116.0 Pre-release
Pre-release

New features in CC: Tweaked 1.116.0

  • Add turtle.getEquippedLeft() and turtle.getEquippedRight().
  • Add item tags for floppy disks and pocket computers.
  • Support multi-line strings and comments in edit.
  • Computer and pocket computer terminal sizes can be set with the computercraft:terminal_size component.
  • Border and sidebar textures now use vanilla's nine-sliced format.

Several bug fixes:

  • Ignore shader compilation errors when running with Pojav.
  • Fix several issues with character input.
  • Fix pocket computer dyes being lost when equipping/unequipping upgrades.
  • Fix superflous warnings from allocation tracking.
  • Fix __lt/__le not working on heterogeneous types.
  • Many documentation fixes (Lemmmy, matematikaadit, McJack12).
  • Fix 0 being treated as a valid colour in window and colour.toBlit.
  • Fix out-of-bounds when pasting too lon text.
  • Fix syntax highlighting of string escapes (LorneHyde).
  • Fix sidebar texture of advanced computers being offset.

[1.21.1] 1.116.0

28 Jun 10:22
fbf994e

Choose a tag to compare

[1.21.1] 1.116.0 Pre-release
Pre-release

New features in CC: Tweaked 1.116.0

  • Add turtle.getEquippedLeft() and turtle.getEquippedRight().
  • Add item tags for floppy disks and pocket computers.
  • Support multi-line strings and comments in edit.
  • Computer and pocket computer terminal sizes can be set with the computercraft:terminal_size component.
  • Border and sidebar textures now use vanilla's nine-sliced format.

Several bug fixes:

  • Ignore shader compilation errors when running with Pojav.
  • Fix several issues with character input.
  • Fix pocket computer dyes being lost when equipping/unequipping upgrades.
  • Fix superflous warnings from allocation tracking.
  • Fix __lt/__le not working on heterogeneous types.
  • Many documentation fixes (Lemmmy, matematikaadit, McJack12).
  • Fix 0 being treated as a valid colour in window and colour.toBlit.
  • Fix out-of-bounds when pasting too lon text.
  • Fix syntax highlighting of string escapes (LorneHyde).
  • Fix sidebar texture of advanced computers being offset.

[1.20.1] 1.116.0

28 Jun 10:21
8344c0a

Choose a tag to compare

New features in CC: Tweaked 1.116.0

  • Add turtle.getEquippedLeft() and turtle.getEquippedRight().
  • Add item tags for floppy disks and pocket computers.
  • Support multi-line strings and comments in edit.

Several bug fixes:

  • Ignore shader compilation errors when running with Pojav.
  • Fix several issues with character input.
  • Fix pocket computer dyes being lost when equipping/unequipping upgrades.
  • Fix superflous warnings from allocation tracking.
  • Fix __lt/__le not working on heterogeneous types.
  • Many documentation fixes (Lemmmy, matematikaadit, McJack12).
  • Fix 0 being treated as a valid colour in window and colour.toBlit.
  • Fix out-of-bounds when pasting too lon text.
  • Fix syntax highlighting of string escapes (LorneHyde).
  • Fix sidebar texture of advanced computers being offset.

[1.21.1] 1.115.1

01 Mar 22:51
598fc4a

Choose a tag to compare

[1.21.1] 1.115.1 Pre-release
Pre-release

New features in CC: Tweaked 1.115.1

  • Update various translations (cyb3r, kevk2156, teamer337, yakku).
  • Support Fabric's item lookup API for registering media providers.

Several bug fixes:

  • Fix crashes on Create 6.0 (ellellie).
  • Fix speaker.playAudio not updating speaker volume.
  • Resize pocket lectern textures to fix issues with generating mipmaps.

[1.20.1] 1.115.1

01 Mar 22:50
dd7e8fc

Choose a tag to compare

New features in CC: Tweaked 1.115.1

  • Update various translations (cyb3r, kevk2156, teamer337, yakku).
  • Support Fabric's item lookup API for registering media providers.

Several bug fixes:

  • Fix crashes on Create 6.0 (ellellie).
  • Fix speaker.playAudio not updating speaker volume.
  • Resize pocket lectern textures to fix issues with generating mipmaps.

[1.21.1] 1.115.0

15 Feb 08:22
3f8c3b0

Choose a tag to compare

[1.21.1] 1.115.0 Pre-release
Pre-release

New features in CC: Tweaked 1.115.0

  • Support placing pocket computers on lecterns.
  • Suggest alternative table keys on nil errors.
  • Errors from inside parallel functions now have source information attached.
  • Expose printout contents to the Java API.
  • Add support for MoreRed bundled cables.

Several bug fixes:

  • Ignore unrepresentable characters in char/paste events.