1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-04 09:46:58 +00:00

Bump CC:T to 1.108.4

This commit is contained in:
Jonathan Coates 2023-10-29 12:02:11 +00:00
parent c30bffbd0f
commit bcb3e9bd53
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 22 additions and 3 deletions

View File

@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
# Mod properties
isUnstable=false
modVersion=1.108.3
modVersion=1.108.4
# 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,15 @@
# New features in CC: Tweaked 1.108.4
* Rewrite `@LuaFunction` generation to use `MethodHandle`s instead of ASM.
* Refactor `ComputerThread` to provide a cleaner interface.
* Remove `disable_lua51_features` config option.
* Update several translations (Sammy).
Several bug fixes:
* Fix monitor peripheral becoming "detached" after breaking and replacing a monitor.
* Fix signs being empty when placed.
* Fix several inconsistencies with mount error messages.
# New features in CC: Tweaked 1.108.3
Several bug fixes:

View File

@ -1,6 +1,13 @@
New features in CC: Tweaked 1.108.3
New features in CC: Tweaked 1.108.4
* Rewrite `@LuaFunction` generation to use `MethodHandle`s instead of ASM.
* Refactor `ComputerThread` to provide a cleaner interface.
* Remove `disable_lua51_features` config option.
* Update several translations (Sammy).
Several bug fixes:
* Fix disconnect when joining a dedicated server.
* Fix monitor peripheral becoming "detached" after breaking and replacing a monitor.
* Fix signs being empty when placed.
* Fix several inconsistencies with mount error messages.
Type "help changelog" to see the full version history.