mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-12 04:27:38 +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
|
# Mod properties
|
||||||
isUnstable=false
|
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
|
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
||||||
mcVersion=1.20.1
|
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
|
# New features in CC: Tweaked 1.108.3
|
||||||
|
|
||||||
Several bug fixes:
|
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:
|
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.
|
Type "help changelog" to see the full version history.
|
||||||
|
Reference in New Issue
Block a user