Releases: cc-tweaked/CC-Tweaked
Releases · cc-tweaked/CC-Tweaked
[1.21.1] 1.114.4
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
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
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
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
New features in CC: Tweaked 1.114.2
One bug fix:
- Fix OpenGL errors when rendering empty monitors.
[1.20.1] 1.114.2
New features in CC: Tweaked 1.114.2
One bug fix:
- Fix OpenGL errors when rendering empty monitors.
[1.20.1] 1.114.1
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
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.