mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-30 09:07:55 +00:00
Bump CC:T to 1.108.4
This commit is contained in:
@@ -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
|
||||
|
@@ -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:
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user