From 018ce7c8a5cab989204d8dfd8c00cb2daae523e2 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sat, 12 Jul 2025 18:57:05 +0100 Subject: [PATCH] Bump CC:T to 1.116.1 --- gradle.properties | 2 +- .../computercraft/lua/rom/help/changelog.md | 7 +++++++ .../computercraft/lua/rom/help/whatsnew.md | 19 ++++--------------- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/gradle.properties b/gradle.properties index a67735bdf..55acac281 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error # Mod properties isUnstable=false -modVersion=1.116.0 +modVersion=1.116.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 1f0479900..277d3d4e9 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.116.1 + +* Update translations. + +One bug fix: +* Fix NPE when mcfunction files contain CC commands. + # New features in CC: Tweaked 1.116.0 * Add `turtle.getEquippedLeft()` and `turtle.getEquippedRight()`. 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 daa1c5de5..96522b80e 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,19 +1,8 @@ -New features in CC: Tweaked 1.116.0 +New features in CC: Tweaked 1.116.1 -* Add `turtle.getEquippedLeft()` and `turtle.getEquippedRight()`. -* Add item tags for floppy disks and pocket computers. -* Support multi-line strings and comments in `edit`. +* Update translations. -Several bug fixes: -* Ignore shader compilation errors when running with Pojav. -* Fix several issues with character input. -* Fix pocket computer dyes being lost when equipping/unequipping upgrades. -* Fix superflous warnings from allocation tracking. -* Fix `__lt`/`__le` not working on heterogeneous types. -* Many documentation fixes (Lemmmy, matematikaadit, McJack12). -* Fix `0` being treated as a valid colour in `window` and `colour.toBlit`. -* Fix out-of-bounds when pasting too lon text. -* Fix syntax highlighting of string escapes (LorneHyde). -* Fix sidebar texture of advanced computers being offset. +One bug fix: +* Fix NPE when mcfunction files contain CC commands. Type "help changelog" to see the full version history.