mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-02 20:29:13 +00:00
Bump CC:T to 1.113.0
This commit is contained in:
parent
8080dcdd9e
commit
d24984c1d5
@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
|
|||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
isUnstable=false
|
isUnstable=false
|
||||||
modVersion=1.112.0
|
modVersion=1.113.0
|
||||||
|
|
||||||
# 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,13 @@
|
|||||||
|
# New features in CC: Tweaked 1.113.0
|
||||||
|
|
||||||
|
* Allow placing printed pages and books in lecterns.
|
||||||
|
|
||||||
|
Several bug fixes:
|
||||||
|
* Various documentation fixes (MCJack123)
|
||||||
|
* Fix computers and turtles not being dropped when exploded with TNT.
|
||||||
|
* Fix crash when turtles are broken while mining a block.
|
||||||
|
* Fix pocket computer terminals not updating when in the off-hand.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.112.0
|
# New features in CC: Tweaked 1.112.0
|
||||||
|
|
||||||
* Report a custom error when using `!` instead of `not`.
|
* Report a custom error when using `!` instead of `not`.
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
New features in CC: Tweaked 1.112.0
|
New features in CC: Tweaked 1.113.0
|
||||||
|
|
||||||
* Report a custom error when using `!` instead of `not`.
|
* Allow placing printed pages and books in lecterns.
|
||||||
* Update several translations (zyxkad, MineKID-LP).
|
|
||||||
* Add `cc.strings.split` function.
|
|
||||||
|
|
||||||
Several bug fixes:
|
Several bug fixes:
|
||||||
* Fix `drive.getAudioTitle` returning `nil` when no disk is inserted.
|
* Various documentation fixes (MCJack123)
|
||||||
* Preserve item data when upgrading pocket computers.
|
* Fix computers and turtles not being dropped when exploded with TNT.
|
||||||
* Add missing bounds check to `cc.strings.wrap` (Lupus950).
|
* Fix crash when turtles are broken while mining a block.
|
||||||
* Fix modems not moving with Create contraptions.
|
* 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…
Reference in New Issue
Block a user