-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
src/main/resources/data/computercraft/lua/rom/help/changelog.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 6 additions & 7 deletions
13
src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
New features in CC: Tweaked 1.92.0 | ||
New features in CC: Tweaked 1.93.0 | ||
|
||
* Bump Cobalt version: | ||
* Add support for the __pairs metamethod. | ||
* string.format now uses the __tostring metamethod. | ||
* Add date-specific MOTDs (MCJack123). | ||
* Update Swedish translations (Granddave). | ||
* Printers use item tags to check dyes. | ||
* HTTP rules may now be targetted for a specific port. | ||
* Don't propagate adjacent redstone signals through computers. | ||
|
||
And several bug fixes: | ||
* Correctly handle tabs within textutils.unserailizeJSON. | ||
* Fix sheep not dropping items when sheared by turtles. | ||
* Fix NPEs when turtles interact with containers. | ||
|
||
Type "help changelog" to see the full version history. |