Skip to content

Releases: cc-tweaked/CC-Tweaked

[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.

[1.20.1] 1.113.1

11 Sep 19:11
f7a6aac
Compare
Choose a tag to compare

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.

[1.21.1] 1.113.0

19 Aug 20:02
0d8ac30
Compare
Choose a tag to compare
[1.21.1] 1.113.0 Pre-release
Pre-release

New features in CC: Tweaked 1.113.0

  • Allow placing printed pages and books in lecterns.

Several bug fixes:

  • Various documentation fixes (MCJack123)
  • Fix computers and turtles not being dropped when exploded with TNT.
  • Fix crash when turtles are broken while mining a block.
  • Fix pocket computer terminals not updating when in the off-hand.
  • Fix disk drives not being exposed as a peripheral.
  • Fix item details being non-serialisable due to duplicated tables.