mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-14 14:53:11 +00:00
Bump CC:T to 1.102.2
This commit is contained in:
parent
edb21f33be
commit
f561572509
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user