Skip to content

Commit

Permalink
Bump CC:T to 1.109.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Mar 10, 2024
1 parent eead67e commit 3493159
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 3493159

Please sign in to comment.