1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-23 15:36:54 +00:00

Bump CC:T to 1.109.7

This commit is contained in:
Jonathan Coates 2024-03-10 19:10:09 +00:00
parent eead67e314
commit 3493159a05
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 17 additions and 5 deletions

View File

@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
# Mod properties
isUnstable=false
modVersion=1.109.6
modVersion=1.109.7
# 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.109.7
* Improve performance of removing and unloading wired cables/modems.
Several bug fixes:
* Fix monitors sometimes not updating on the client when chunks are unloaded and reloaded.
* `colour.toBlit` correctly errors on out-of-bounds values.
* Round non-standard colours in `window`, like `term.native()` does.
* Fix the client monitor rendering both the current and outdated contents.
# New features in CC: Tweaked 1.109.6
* Improve several Lua parser error messages.

View File

@ -1,9 +1,11 @@
New features in CC: Tweaked 1.109.6
New features in CC: Tweaked 1.109.7
* Improve several Lua parser error messages.
* Allow addon mods to register `require`able modules.
* Improve performance of removing and unloading wired cables/modems.
Several bug fixes:
* Fix weak tables becoming malformed when keys are GCed.
* Fix monitors sometimes not updating on the client when chunks are unloaded and reloaded.
* `colour.toBlit` correctly errors on out-of-bounds values.
* Round non-standard colours in `window`, like `term.native()` does.
* Fix the client monitor rendering both the current and outdated contents.
Type "help changelog" to see the full version history.