From dd7e8fcefc7ef8bc48ce2dcaa1c46ce2239fa33f Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sat, 1 Mar 2025 22:35:29 +0000 Subject: [PATCH] Bump CC:T to 1.115.1 --- gradle.properties | 2 +- .../data/computercraft/lua/rom/help/changelog.md | 10 ++++++++++ .../data/computercraft/lua/rom/help/whatsnew.md | 12 ++++++------ 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/gradle.properties b/gradle.properties index b6ec96a87..0fa66cb6e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error # Mod properties isUnstable=false -modVersion=1.115.0 +modVersion=1.115.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 aaaa635ac..d16716ba3 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.115.1 + +* Update various translations (cyb3r, kevk2156, teamer337, yakku). +* Support Fabric's item lookup API for registering media providers. + +Several bug fixes: +* Fix crashes on Create 6.0 (ellellie). +* Fix `speaker.playAudio` not updating speaker volume. +* Resize pocket lectern textures to fix issues with generating mipmaps. + # New features in CC: Tweaked 1.115.0 * Support placing pocket computers on lecterns. 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 3407ffa45..ba927c761 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,11 +1,11 @@ -New features in CC: Tweaked 1.115.0 +New features in CC: Tweaked 1.115.1 -* Support placing pocket computers on lecterns. -* Suggest alternative table keys on `nil` errors. -* Errors from inside `parallel` functions now have source information attached. -* Expose printout contents to the Java API. +* Update various translations (cyb3r, kevk2156, teamer337, yakku). +* Support Fabric's item lookup API for registering media providers. Several bug fixes: -* Ignore unrepresentable characters in `char`/`paste` events. +* Fix crashes on Create 6.0 (ellellie). +* Fix `speaker.playAudio` not updating speaker volume. +* Resize pocket lectern textures to fix issues with generating mipmaps. Type "help changelog" to see the full version history.