Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
release 1.96.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Merith-TK committed Jun 4, 2021
1 parent 2fc2cf2 commit 1a52275
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 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%"/>

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G

# Mod properties
mod_version=1.96.0-beta
mod_version=1.96.0

# Minecraft properties
mc_version=1.16.5
Expand Down
11 changes: 4 additions & 7 deletions src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ New features in CC: Restitched 1.96.0
* Expose the generic peripheral system to the public API.
* Add cc.expect.range (Lupus590).
* 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:
* Fix paintutils.drawLine incorrectly sorting coordinates (lilyzeiset).
* Improve JEI's handling of turtle/pocket upgrade recipes.
* Correctly handle sparse arrays in cc.pretty.
* 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.
* Fix crash with music disk
* Fix Display peripheral chat messages in multiplayer and improve /computercraft command.

Type "help changelog" to see the full version history.
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"SquidDev",
"parly",
"Merith.TK",
"Jummit"
"Jummit",
"Toad-Dev"
],
"depends": {
"fabricloader": ">=0.4.0",
Expand Down

0 comments on commit 1a52275

Please sign in to comment.