1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00

Bump CC:T to 1.102.2

This commit is contained in:
Jonathan Coates 2023-01-14 20:07:01 +00:00
parent edb21f33be
commit f561572509
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 10 additions and 15 deletions

View File

@ -6,7 +6,7 @@ kotlin.jvm.target.validation.mode=error
# Mod properties
isUnstable=true
modVersion=1.102.1
modVersion=1.102.2
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.19.3

View File

@ -1,3 +1,9 @@
# New features in CC: Tweaked 1.102.2
Several bug fixes:
* Fix printouts crashing in item frames
* Fix disks not being assigned an ID when placed in a disk drive.
# New features in CC: Tweaked 1.102.1
Several bug fixes:

View File

@ -1,18 +1,7 @@
New features in CC: Tweaked 1.102.1
New features in CC: Tweaked 1.102.2
Several bug fixes:
* Fix crash on Fabric when refuelling with a non-fuel item (emmachase).
* Fix crash when calling `pocket.equipBack()` with a wireless modem.
* Fix turtles dropping their inventory when moving (emmachase).
* Fix crash when inserting items into a full inventory (emmachase).
* Simplify wired cable breaking code, fixing items sometimes not dropping.
* Correctly handle double chests being treated as single threads under Fabric.
* Fix `mouse_up` not being fired under Fabric.
* Fix full-block Wired modems not connecting to adjacent cables when placed.
* Hide the search tab from the `itemGroups` item details.
* Fix speakers playing too loudly.
* Change where turtles drop items from, reducing the chance that items clip through blocks.
* Fix the `computer_threads` config option not applying under Fabric.
* Fix stack overflow in logging code.
* Fix printouts crashing in item frames
* Fix disks not being assigned an ID when placed in a disk drive.
Type "help changelog" to see the full version history.