Skip to content

Releases: cc-tweaked/CC-Tweaked

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

[1.20.1] 1.113.0

19 Aug 19:58
d24984c
Compare
Choose a tag to compare

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.

[1.20.1] 1.112.0

31 Jul 06:37
08d4f91
Compare
Choose a tag to compare

New features in CC: Tweaked 1.112.0

  • Report a custom error when using ! instead of not.
  • Update several translations (zyxkad, MineKID-LP).
  • Add cc.strings.split function.

Several bug fixes:

  • Fix drive.getAudioTitle returning nil when no disk is inserted.
  • Preserve item data when upgrading pocket computers.
  • Add missing bounds check to cc.strings.wrap (Lupus950).
  • Fix modems not moving with Create contraptions.