mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-09 08:50:29 +00:00
Bump CC:T to 1.109.6
This commit is contained in:
parent
385e4210fa
commit
a0f759527d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user