Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.20.1] 1.115.0

15 Feb 08:21
0a8d505

Choose a tag to compare

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.

Several bug fixes:

  • Ignore unrepresentable characters in char/paste events.

[1.21.1] 1.114.5

09 Feb 10:17
74f707a

Choose a tag to compare

[1.21.1] 1.114.5 Pre-release
Pre-release

New features in CC: Tweaked 1.114.5

One bug fix:

  • Fix turtle.craft crafting too many items for shapeless recipes.

[1.21.1] 1.114.4

31 Jan 22:03
9bb62b0

Choose a tag to compare

[1.21.1] 1.114.4 Pre-release
Pre-release

New features in CC: Tweaked 1.114.4

  • Allow typing/pasting any character in the CC charset.
  • Add a new computercraft:storage_capacity to override a disk or computer's capacity.

Several bug fixes:

  • Fix command computers having NBT set when placed in a Create contraption.
  • Use correct bounding box when checking for entities in turtle movement.

[1.20.1] 1.114.4

31 Jan 21:10
4360485

Choose a tag to compare

New features in CC: Tweaked 1.114.4

  • Allow typing/pasting any character in the CC charset.

Several bug fixes:

  • Fix command computers being exposed as peripherals (Forge only).
  • Fix command computers having NBT set when placed in a Create contraption.
  • Use correct bounding box when checking for entities in turtle movement.

[1.21.1] 1.114.3

14 Jan 21:33
4710ee5

Choose a tag to compare

[1.21.1] 1.114.3 Pre-release
Pre-release

New features in CC: Tweaked 1.114.3

  • wget now prints the error that occurred, rather than a generic "Failed" (tizu69).
  • Update several translations.

Several bug fixes:

  • Fix fs.isDriveRoot returning true for non-existent files.
  • Fix possible memory leak when sending terminal contents.

[1.20.1] 1.114.3

14 Jan 21:30
5ba7f99

Choose a tag to compare

New features in CC: Tweaked 1.114.3

  • wget now prints the error that occurred, rather than a generic "Failed" (tizu69).
  • Update several translations.

Several bug fixes:

  • Fix fs.isDriveRoot returning true for non-existent files.
  • Fix possible memory leak when sending terminal contents.

[1.21.1] 1.114.2

23 Nov 09:39
b7396f3

Choose a tag to compare

[1.21.1] 1.114.2 Pre-release
Pre-release

New features in CC: Tweaked 1.114.2

One bug fix:

  • Fix OpenGL errors when rendering empty monitors.

[1.20.1] 1.114.2

23 Nov 09:34
1963e01

Choose a tag to compare

New features in CC: Tweaked 1.114.2

One bug fix:

  • Fix OpenGL errors when rendering empty monitors.

[1.20.1] 1.114.1

23 Nov 09:26
5e24ad1

Choose a tag to compare

New features in CC: Tweaked 1.114.1

Several bug fixes:

  • Fix monitor touch events only firing from one monitor.
  • Fix crash when lectern has no item.
  • Fix cursor not blinking on monitors.

[1.21.1] 1.114.0

15 Nov 09:27
0056709

Choose a tag to compare

[1.21.1] 1.114.0 Pre-release
Pre-release

New features in CC: Tweaked 1.114.0

  • Add redstone relay peripheral.
  • Add support for math.atan(x, y).
  • Update several translations.

Several bug fixes:

  • Fix pocket upgrades not appearing after crafting.
  • Cancel rednet.receive and Websocket.receive timers after a message is received.
  • Fix several issues with parsing and printing large doubles.
  • Fix in-hand pocket computer being blank after changing dimension.