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:
parent
eead67e314
commit
3493159a05
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user