diff --git a/gradle.properties b/gradle.properties index 215a03030..adf404ab3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error # Mod properties isUnstable=false -modVersion=1.110.3 +modVersion=1.111.0 # 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 45a40bbda..863f6448e 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,15 @@ +# New features in CC: Tweaked 1.111.0 + +* 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. + +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. + # New features in CC: Tweaked 1.110.3 * Update several translations (PatriikPlays). 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 0a9ec167e..90f960dd9 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,9 +1,13 @@ -New features in CC: Tweaked 1.110.3 +New features in CC: Tweaked 1.111.0 -* Update several translations (PatriikPlays). +* 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. Several bug fixes: -* Fix some errors missing source positions. -* Correctly handle multiple threads sending websocket messages at once. +* 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. Type "help changelog" to see the full version history.