Bump CC:T to 1.117.1

This commit is contained in:
Jonathan Coates
2026-02-22 13:00:32 +00:00
parent 4bc04f1416
commit 57a6add81a
4 changed files with 17 additions and 18 deletions
@@ -1,3 +1,11 @@
# New features in CC: Tweaked 1.117.1
Several bug fixes:
* Several documentation fixes (MarianoAlipi, Pokebrouserkat).
* Fix `pushFluid`/`pullFluid` not working when fluids have NBT (UQuark).
* Limit length of sound in `speaker.playSound`.
* Remove confusing "ComputerCraft may be installed incorrectly" message.
# New features in CC: Tweaked 1.117.0
* Support mouse input for pocket computers on a lectern.
@@ -1,18 +1,9 @@
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.
New features in CC: Tweaked 1.117.1
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.
* Several documentation fixes (MarianoAlipi, Pokebrouserkat).
* Fix `pushFluid`/`pullFluid` not working when fluids have NBT (UQuark).
* Limit length of sound in `speaker.playSound`.
* Remove confusing "ComputerCraft may be installed incorrectly" message.
Type "help changelog" to see the full version history.