1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-08 06:43:51 +00:00

Bump CC:T to 1.114.1

This commit is contained in:
Jonathan Coates 2024-11-23 09:14:53 +00:00
parent 8b1cb09ddf
commit 5e24ad17d7
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 12 additions and 10 deletions

View File

@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
# Mod properties # Mod properties
isUnstable=false isUnstable=false
modVersion=1.114.0 modVersion=1.114.1
# Minecraft properties: We want to configure this here so we can read it in settings.gradle # Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.20.1 mcVersion=1.20.1

View File

@ -1,3 +1,10 @@
# 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 # New features in CC: Tweaked 1.114.0
* Add redstone relay peripheral. * Add redstone relay peripheral.

View File

@ -1,13 +1,8 @@
New features in CC: Tweaked 1.114.0 New features in CC: Tweaked 1.114.1
* Add redstone relay peripheral.
* Add support for `math.atan(y, x)`.
* Update several translations.
Several bug fixes: Several bug fixes:
* Fix pocket upgrades not appearing after crafting. * Fix monitor touch events only firing from one monitor.
* Cancel `rednet.receive` and `Websocket.receive` timers after a message is received. * Fix crash when lectern has no item.
* Fix several issues with parsing and printing large doubles. * Fix cursor not blinking on monitors.
* Fix in-hand pocket computer being blank after changing dimension.
Type "help changelog" to see the full version history. Type "help changelog" to see the full version history.