Bump CC:T to 1.117.0

A day early, but my commitment to the bit is waning.
This commit is contained in:
Jonathan Coates
2025-12-24 09:07:02 +00:00
parent 24fd27d2a3
commit d5e0b0ad2a
3 changed files with 34 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
# Mod properties
isUnstable=false
modVersion=1.116.2
modVersion=1.117.0
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.20.1
@@ -1,3 +1,20 @@
# New features in CC: Tweaked 1.117.0
* Support mouse input for pocket computers on a lectern.
* Pocket computers on a lectern now attach the peripheral below.
* Add map colour to block and item details (ShreksHellraiser).
* Add potion effects to item details.
* add `getResponseHeaders` method to websocket handles.
* Update translations.
Several bug fixes:
* Many documentation fixes (McJack123, tomodachi94).
* Fix crash when CC:T blocks are placed with Building Gadgets.
* Fix redstone relays not updating redstone input/output on chunk load.
* Fix inconsistency with handling `. .` on Windows.
* Fix bundled cable input not updating with MoreRed.
* Fix `websocket_closed` not always being closed when the socket closes due to an error.
# New features in CC: Tweaked 1.116.2
Several bug fixes:
@@ -26,9 +43,9 @@ Several bug fixes:
* Fix pocket computer dyes being lost when equipping/unequipping upgrades.
* Fix superflous warnings from allocation tracking.
* Fix `__lt`/`__le` not working on heterogeneous types.
* Many documentation fixes (Lemmmy, matematikaadit, McJack12).
* Many documentation fixes (Lemmmy, matematikaadit, McJack123).
* Fix `0` being treated as a valid colour in `window` and `colour.toBlit`.
* Fix out-of-bounds when pasting too lon text.
* Fix out-of-bounds when pasting too long text.
* Fix syntax highlighting of string escapes (LorneHyde).
* Fix sidebar texture of advanced computers being offset.
@@ -1,10 +1,18 @@
New features in CC: Tweaked 1.116.2
New features in CC: Tweaked 1.117.0
* Support mouse input for pocket computers on a lectern.
* Pocket computers on a lectern now attach the peripheral below.
* Add map colour to block and item details (ShreksHellraiser).
* Add potion effects to item details.
* add `getResponseHeaders` method to websocket handles.
* Update translations.
Several bug fixes:
* Update Create compatibility to Create Fabric 6.0.
* Various documentation fixes (Zirunis).
* Fix crash with Inventorio.
* Various fixes to SNBT parsing.
* Fix Regex DDoS in string pattern matching.
* Many documentation fixes (McJack123, tomodachi94).
* Fix crash when CC:T blocks are placed with Building Gadgets.
* Fix redstone relays not updating redstone input/output on chunk load.
* Fix inconsistency with handling `. .` on Windows.
* Fix bundled cable input not updating with MoreRed.
* Fix `websocket_closed` not always being closed when the socket closes due to an error.
Type "help changelog" to see the full version history.