Skip to content

Commit dd7e8fc

Browse files
committed
Bump CC:T to 1.115.1
1 parent 29c8f96 commit dd7e8fc

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
1010

1111
# Mod properties
1212
isUnstable=false
13-
modVersion=1.115.0
13+
modVersion=1.115.1
1414

1515
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
1616
mcVersion=1.20.1

projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# New features in CC: Tweaked 1.115.1
2+
3+
* Update various translations (cyb3r, kevk2156, teamer337, yakku).
4+
* Support Fabric's item lookup API for registering media providers.
5+
6+
Several bug fixes:
7+
* Fix crashes on Create 6.0 (ellellie).
8+
* Fix `speaker.playAudio` not updating speaker volume.
9+
* Resize pocket lectern textures to fix issues with generating mipmaps.
10+
111
# New features in CC: Tweaked 1.115.0
212

313
* Support placing pocket computers on lecterns.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
New features in CC: Tweaked 1.115.0
1+
New features in CC: Tweaked 1.115.1
22

3-
* Support placing pocket computers on lecterns.
4-
* Suggest alternative table keys on `nil` errors.
5-
* Errors from inside `parallel` functions now have source information attached.
6-
* Expose printout contents to the Java API.
3+
* Update various translations (cyb3r, kevk2156, teamer337, yakku).
4+
* Support Fabric's item lookup API for registering media providers.
75

86
Several bug fixes:
9-
* Ignore unrepresentable characters in `char`/`paste` events.
7+
* Fix crashes on Create 6.0 (ellellie).
8+
* Fix `speaker.playAudio` not updating speaker volume.
9+
* Resize pocket lectern textures to fix issues with generating mipmaps.
1010

1111
Type "help changelog" to see the full version history.

0 commit comments

Comments
 (0)