From 2c740bb9040632982e17921ddb3c2e11d5498b4a Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Thu, 4 Jul 2024 19:08:04 +0100 Subject: [PATCH] Bump CC:T to 1.111.1 --- 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 1f95e3f29..724e08b3b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ neogradle.subsystems.conventions.runs.enabled=false # Mod properties isUnstable=true -modVersion=1.111.0 +modVersion=1.111.1 # Minecraft properties: We want to configure this here so we can read it in settings.gradle mcVersion=1.21 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 863f6448e..ddf2c927e 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.111.1 + +* Add support for data-driven turtle upgrades. + +Several bug fixes: +* Fix monitors not rendering on NeoForge. +* Fix turtle labels not rendering. +* Fix compatibility with newer versions of NeoForge. +* Fix heights of turtle flags. + # New features in CC: Tweaked 1.111.0 * Update several translations (Ale32bit). 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 90f960dd9..ac5ddfa1b 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.111.0 +New features in CC: Tweaked 1.111.1 -* Update several translations (Ale32bit). -* Split up turtle textures into individual textures. -* Add `r+`/`w+` support to the `io` library. -* Warn when capabilities are not registered and Optifine is installed. +* Add support for data-driven turtle upgrades. Several bug fixes: -* Allow planks to be used for building in "adventure" (dan200). -* Fix `disk.getAudioTitle()` returning untranslated strings for some modded discs. -* Fix crash when right clicking turtles in spectator. +* Fix monitors not rendering on NeoForge. +* Fix turtle labels not rendering. +* Fix compatibility with newer versions of NeoForge. +* Fix heights of turtle flags. Type "help changelog" to see the full version history.