From 43604858807e496132386e385b71fef5ce6e8ccf Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Fri, 31 Jan 2025 21:09:57 +0000 Subject: [PATCH] Bump CC:T to 1.114.4 --- gradle.properties | 2 +- .../data/computercraft/lua/rom/help/changelog.md | 9 +++++++++ .../data/computercraft/lua/rom/help/whatsnew.md | 10 +++++----- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9f56b970c..4f9e52b8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error # Mod properties isUnstable=false -modVersion=1.114.3 +modVersion=1.114.4 # 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 892c96170..19e4f28f4 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,12 @@ +# 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. + # New features in CC: Tweaked 1.114.3 * `wget` now prints the error that occurred, rather than a generic "Failed" (tizu69). 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 a8fc8a0e6..d1929e651 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,10 +1,10 @@ -New features in CC: Tweaked 1.114.3 +New features in CC: Tweaked 1.114.4 -* `wget` now prints the error that occurred, rather than a generic "Failed" (tizu69). -* Update several translations. +* Allow typing/pasting any character in the CC charset. Several bug fixes: -* Fix `fs.isDriveRoot` returning true for non-existent files. -* Fix possible memory leak when sending terminal contents. +* 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. Type "help changelog" to see the full version history.