mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-22 14:00:09 +00:00
Bump CC:T to 1.109.2
Take two!
This commit is contained in:
parent
763ba51919
commit
39a5e40c92
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user