1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-06-25 06:32:53 +00:00

Bump CC:T to 1.115.1

This commit is contained in:
Jonathan Coates 2025-03-01 22:35:29 +00:00
parent 29c8f96912
commit dd7e8fcefc
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 17 additions and 7 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.