From 5e24ad17d79edd6e42c63b1d72e26e265660f926 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sat, 23 Nov 2024 09:14:53 +0000 Subject: [PATCH] Bump CC:T to 1.114.1 --- gradle.properties | 2 +- .../data/computercraft/lua/rom/help/changelog.md | 7 +++++++ .../data/computercraft/lua/rom/help/whatsnew.md | 13 ++++--------- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6d72cad02..66bb787d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error # Mod properties 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 mcVersion=1.20.1 diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md b/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md index 514d9b050..9fd71be6e 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md @@ -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 * Add redstone relay peripheral. diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md b/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md index a151ee199..389dfaa36 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md @@ -1,13 +1,8 @@ -New features in CC: Tweaked 1.114.0 - -* Add redstone relay peripheral. -* Add support for `math.atan(y, x)`. -* 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.