1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00

Bump CC:T to 1.109.6

This commit is contained in:
Jonathan Coates 2024-02-18 18:33:42 +00:00
parent 385e4210fa
commit a0f759527d
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 13 additions and 5 deletions

View File

@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
# Mod properties
isUnstable=false
modVersion=1.109.5
modVersion=1.109.6
# 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,11 @@
# New features in CC: Tweaked 1.109.6
* Improve several Lua parser error messages.
* Allow addon mods to register `require`able modules.
Several bug fixes:
* Fix weak tables becoming malformed when keys are GCed.
# New features in CC: Tweaked 1.109.5
* Add a new `/computercraft-computer-folder` command to open a computer's folder

View File

@ -1,9 +1,9 @@
New features in CC: Tweaked 1.109.5
New features in CC: Tweaked 1.109.6
* Add a new `/computercraft-computer-folder` command to open a computer's folder
in singleplayer.
* Improve several Lua parser error messages.
* Allow addon mods to register `require`able modules.
Several bug fixes:
* Discard characters being typed into the editor when closing `edit`'s `Run` screen.
* Fix weak tables becoming malformed when keys are GCed.
Type "help changelog" to see the full version history.