1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-27 16:02:17 +00:00

update changelog and whats new

This commit is contained in:
Merith-TK 2021-06-11 09:06:14 -07:00
parent 8b3f1a448f
commit 76b5c05acc
2 changed files with 9 additions and 12 deletions

View File

@ -1,3 +1,9 @@
# New features in CC: Restitched 1.96.1-rc1
A Few bug fixes:
* Fix crash with `getItemDetails(slot, true)` on servers
* Fix Optifine Shaders
# New features in CC: Restitched 1.96.0
* Use lightGrey for folders within the "list" program.

View File

@ -1,16 +1,7 @@
New features in CC: Restitched 1.96.0
* Use lightGrey for folders within the "list" program.
* Add getLimit to inventory peripherals.
* Expose the generic peripheral system to the public API.
* Add cc.expect.range (Lupus590).
* Allow calling cc.expect directly (MCJack123).
* Shift Right clicking a disk drive while holding a disk inserts disk
* `getItemDetails()` now returns full output as one would expect from CC:T
New features in CC: Restitched 1.96.1-rc1
And several bug fixes:
* Fix paintutils.drawLine incorrectly sorting coordinates (lilyzeiset).
* Fix crash with music disk
* Fix Display peripheral chat messages in multiplayer and improve /computercraft command.
* Fix crash with `getItemDetails(slot, true)` on servers
* Fix Optifine Shaders
Type "help changelog" to see the full version history.