From ad493253760cc84d5e7cd3bac9732ef78bc1fad8 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sun, 7 Apr 2024 21:20:56 +0100 Subject: [PATCH] Bump CC:T to 1.110.2 --- gradle.properties | 2 +- .../data/computercraft/lua/rom/help/changelog.md | 13 +++++++++++++ .../data/computercraft/lua/rom/help/whatsnew.md | 13 ++++++++++--- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index b49c90155..8363bedf6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error # Mod properties isUnstable=false -modVersion=1.110.1 +modVersion=1.110.2 # 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 a5ea53369..6e6f0e452 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,16 @@ +# New features in CC: Tweaked 1.110.2 + +* Add `speaker sound` command (fatboychummy). + +Several bug fixes: +* Improve error when calling `speaker play` with no path (fatboychummy). +* Prevent playing music discs with `speaker.playSound`. +* Various documentation fixes (cyberbit). +* Fix generic peripherals not being able to transfer to some inventories on Forge. +* Fix rare crash when holding a pocket computer. +* Fix modems breaking when moved by Create. +* Fix crash when rendering a turtle through an Immersive Portals portal. + # New features in CC: Tweaked 1.110.1 Several bug fixes: 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 860667454..4de3ce687 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,7 +1,14 @@ -New features in CC: Tweaked 1.110.1 +New features in CC: Tweaked 1.110.2 + +* Add `speaker sound` command (fatboychummy). Several bug fixes: -* Fix computers not turning on after they're unloaded/not-ticked for a while. -* Fix networking cables sometimes not connecting on Forge. +* Improve error when calling `speaker play` with no path (fatboychummy). +* Prevent playing music discs with `speaker.playSound`. +* Various documentation fixes (cyberbit). +* Fix generic peripherals not being able to transfer to some inventories on Forge. +* Fix rare crash when holding a pocket computer. +* Fix modems breaking when moved by Create. +* Fix crash when rendering a turtle through an Immersive Portals portal. Type "help changelog" to see the full version history.