mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-06-06 16:44:10 +00:00
Bump CC:T to 1.113.1
This commit is contained in:
parent
782564e6ab
commit
f7a6aac657
@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
|
|||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
isUnstable=false
|
isUnstable=false
|
||||||
modVersion=1.113.0
|
modVersion=1.113.1
|
||||||
|
|
||||||
# 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,12 @@
|
|||||||
|
# New features in CC: Tweaked 1.113.1
|
||||||
|
|
||||||
|
* Update Japanese translation (konumatakaki).
|
||||||
|
* Improve performance of `textutils.urlEncode`.
|
||||||
|
|
||||||
|
Several bug fixes:
|
||||||
|
* Fix overflow when converting recursive objects from Java to Lua.
|
||||||
|
* Fix websocket compression not working under Forge.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.113.0
|
# New features in CC: Tweaked 1.113.0
|
||||||
|
|
||||||
* Allow placing printed pages and books in lecterns.
|
* Allow placing printed pages and books in lecterns.
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
New features in CC: Tweaked 1.113.0
|
New features in CC: Tweaked 1.113.1
|
||||||
|
|
||||||
* Allow placing printed pages and books in lecterns.
|
* Update Japanese translation (konumatakaki).
|
||||||
|
* Improve performance of `textutils.urlEncode`.
|
||||||
|
|
||||||
Several bug fixes:
|
Several bug fixes:
|
||||||
* Various documentation fixes (MCJack123)
|
* Fix overflow when converting recursive objects from Java to Lua.
|
||||||
* Fix computers and turtles not being dropped when exploded with TNT.
|
* Fix websocket compression not working under Forge.
|
||||||
* Fix crash when turtles are broken while mining a block.
|
|
||||||
* Fix pocket computer terminals not updating when in the off-hand.
|
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user