1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-12-02 12:28:05 +00:00

Merge branch 'mc-1.20.x' into mc-1.21.x

This commit is contained in:
Jonathan Coates
2024-11-23 09:16:48 +00:00
12 changed files with 22 additions and 44 deletions

View File

@@ -1,7 +1,14 @@
# 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.
# New features in CC: Tweaked 1.114.0
* Add redstone relay peripheral.
* Add support for `math.atan(x, y)`.
* Add support for `math.atan(y, x)`.
* Update several translations.
Several bug fixes:

View File

@@ -1,13 +1,8 @@
New features in CC: Tweaked 1.114.0
* Add redstone relay peripheral.
* Add support for `math.atan(x, y)`.
* Update several translations.
New features in CC: Tweaked 1.114.1
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.
* Fix monitor touch events only firing from one monitor.
* Fix crash when lectern has no item.
* Fix cursor not blinking on monitors.
Type "help changelog" to see the full version history.