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

Bump CC:T to 1.109.2

Take two!
This commit is contained in:
Jonathan Coates 2023-12-16 22:46:30 +00:00
parent 763ba51919
commit 39a5e40c92
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 12 additions and 6 deletions

View File

@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
# Mod properties
isUnstable=true
modVersion=1.109.1
modVersion=1.109.2
# 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,10 @@
# New features in CC: Tweaked 1.109.2
* `math.random` now uses Lua 5.4's random number generator.
Several bug fixes:
* Fix errors involving `goto` statements having the wrong line number.
# New features in CC: Tweaked 1.109.1
Several bug fixes:

View File

@ -1,9 +1,8 @@
New features in CC: Tweaked 1.109.1
New features in CC: Tweaked 1.109.2
* `math.random` now uses Lua 5.4's random number generator.
Several bug fixes:
* Fix `mouse_drag` event not firing for right and middle mouse buttons.
* Fix crash when syntax errors involve `goto` or `::`.
* Fix deadlock occuring when adding/removing observers.
* Allow placing seeds into compostor barrels with `turtle.place()`.
* Fix errors involving `goto` statements having the wrong line number.
Type "help changelog" to see the full version history.