From d24984c1d561aeb12f624e75f1fa5649aa8ec766 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Mon, 19 Aug 2024 18:28:22 +0100 Subject: [PATCH] Bump CC:T to 1.113.0 --- gradle.properties | 2 +- .../data/computercraft/lua/rom/help/changelog.md | 10 ++++++++++ .../data/computercraft/lua/rom/help/whatsnew.md | 14 ++++++-------- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/gradle.properties b/gradle.properties index 93d5e0dba..c2fb7cb55 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error # Mod properties isUnstable=false -modVersion=1.112.0 +modVersion=1.113.0 # 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 c15e79772..e2f5f2b34 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,13 @@ +# 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. + # New features in CC: Tweaked 1.112.0 * Report a custom error when using `!` instead of `not`. 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 65e718be5..05c2bdfc3 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,11 @@ -New features in CC: Tweaked 1.112.0 +New features in CC: Tweaked 1.113.0 -* Report a custom error when using `!` instead of `not`. -* Update several translations (zyxkad, MineKID-LP). -* Add `cc.strings.split` function. +* Allow placing printed pages and books in lecterns. Several bug fixes: -* Fix `drive.getAudioTitle` returning `nil` 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. +* 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. Type "help changelog" to see the full version history.