Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.21.1] 1.114.4

31 Jan 22:03
9bb62b0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

[1.20.1] 1.114.0

15 Nov 08:22
31da255
Compare
Choose a tag to compare

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.

[1.21.1] 1.113.1

11 Sep 19:12
63181e7
Compare
Choose a tag to compare
[1.21.1] 1.113.1 Pre-release
Pre-release

New features in CC: Tweaked 1.113.1

  • Update Japanese translation (konumatakaki).
  • Improve performance of textutils.urlEncode.

Several bug fixes:

  • Fix overflow when converting recursive objects from Java to Lua.
  • Fix websocket compression not working under Forge.