1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-04 11:27:56 +00:00

release 1.96.0

This commit is contained in:
Merith-TK
2021-06-04 16:08:30 -07:00
parent 2fc2cf2e29
commit 1a52275dcb
4 changed files with 9 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
# CC:Restitched Patchwork # CC:Restitched Patchwork
# This is a W.I.P Port # CC:R Version VS CC:T Version
CC:R Strives to maintaim perfect pairity with CC:R, however in some cases this is not possible, or atleast, not yet, so just because you might be on CC:R 1.96.6, doesnt mean you are on CC:T 1.96.6.
<img src="logo.png" alt="CC: Restitched" width="100%"/> <img src="logo.png" alt="CC: Restitched" width="100%"/>

View File

@@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
# Mod properties # Mod properties
mod_version=1.96.0-beta mod_version=1.96.0
# Minecraft properties # Minecraft properties
mc_version=1.16.5 mc_version=1.16.5

View File

@@ -5,15 +5,12 @@ New features in CC: Restitched 1.96.0
* Expose the generic peripheral system to the public API. * Expose the generic peripheral system to the public API.
* Add cc.expect.range (Lupus590). * Add cc.expect.range (Lupus590).
* Allow calling cc.expect directly (MCJack123). * Allow calling cc.expect directly (MCJack123).
* Numerous improvements to documentation. * Shift Right clicking a disk drive while holding a disk inserts disk
* `getItemDetails()` now returns full output as one would expect from CC:T
And several bug fixes: And several bug fixes:
* Fix paintutils.drawLine incorrectly sorting coordinates (lilyzeiset). * Fix paintutils.drawLine incorrectly sorting coordinates (lilyzeiset).
* Improve JEI's handling of turtle/pocket upgrade recipes. * Fix crash with music disk
* Correctly handle sparse arrays in cc.pretty. * Fix Display peripheral chat messages in multiplayer and improve /computercraft command.
* Fix crashes when a turtle places a monitor (baeuric).
* Fix very large resource files being considered empty.
* Allow turtles to use compostors.
* Fix dupe bug when colouring turtles.
Type "help changelog" to see the full version history. Type "help changelog" to see the full version history.

View File

@@ -16,7 +16,8 @@
"SquidDev", "SquidDev",
"parly", "parly",
"Merith.TK", "Merith.TK",
"Jummit" "Jummit",
"Toad-Dev"
], ],
"depends": { "depends": {
"fabricloader": ">=0.4.0", "fabricloader": ">=0.4.0",