Releases: cc-tweaked/CC-Tweaked
Releases · cc-tweaked/CC-Tweaked
[1.21.1] 1.114.0
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
andWebsocket.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
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
andWebsocket.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
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
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
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
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
New features in CC: Tweaked 1.112.0
- Report a custom error when using
!
instead ofnot
. - Update several translations (zyxkad, MineKID-LP).
- Add
cc.strings.split
function.
Several bug fixes:
- Fix
drive.getAudioTitle
returningnil
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.
[1.21] 1.112.0
New features in CC: Tweaked 1.112.0
- Report a custom error when using
!
instead ofnot
. - Update several translations (zyxkad, MineKID-LP).
- Add
cc.strings.split
function.
Several bug fixes:
- Fix
drive.getAudioTitle
returningnil
when no disk is inserted. - Preserve item data when upgrading pocket computers.
- Add missing bounds check to
cc.strings.wrap
(Lupus950). - Fix dyed turtles rendering transparent.
- Fix dupe bug when crafting with turtles.
[1.21] 1.111.1
New features in CC: Tweaked 1.111.1
- Add support for data-driven turtle upgrades.
Several bug fixes:
- Fix monitors not rendering on NeoForge.
- Fix turtle labels not rendering.
- Fix compatibility with newer versions of NeoForge.
- Fix heights of turtle flags.
[1.21] 1.111.0
New features in CC: Tweaked 1.111.0
- Update several translations (Ale32bit).
- Split up turtle textures into individual textures.
- Add
r+
/w+
support to theio
library. - Warn when capabilities are not registered and Optifine is installed.
Several bug fixes:
- Allow planks to be used for building in "adventure" (dan200).
- Fix
disk.getAudioTitle()
returning untranslated strings for some modded discs. - Fix crash when right clicking turtles in spectator.