mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-06-25 14:43:02 +00:00
Bump CC:T to 1.115.1
This commit is contained in:
parent
29c8f96912
commit
dd7e8fcefc
@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
|
|||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
isUnstable=false
|
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
|
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
||||||
mcVersion=1.20.1
|
mcVersion=1.20.1
|
||||||
|
@ -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
|
# New features in CC: Tweaked 1.115.0
|
||||||
|
|
||||||
* Support placing pocket computers on lecterns.
|
* Support placing pocket computers on lecterns.
|
||||||
|
@ -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.
|
* Update various translations (cyb3r, kevk2156, teamer337, yakku).
|
||||||
* Suggest alternative table keys on `nil` errors.
|
* Support Fabric's item lookup API for registering media providers.
|
||||||
* Errors from inside `parallel` functions now have source information attached.
|
|
||||||
* Expose printout contents to the Java API.
|
|
||||||
|
|
||||||
Several bug fixes:
|
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.
|
Type "help changelog" to see the full version history.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user