-
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
7 additions
and
16 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
4 changes: 4 additions & 0 deletions
4
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
17 changes: 2 additions & 15 deletions
17
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,18 +1,5 @@ | ||
New features in CC: Tweaked 1.90.0 | ||
New features in CC: Tweaked 1.90.2 | ||
|
||
* Add cc.image.nft module, for working with nft files. (JakobDev) | ||
* [experimental] Provide a generic peripheral for any tile entity without an existing one. We currently provide methods for working with inventories, fluid tanks and energy storage. This is disabled by default, and must be turned on in the config. | ||
* Add configuration to control the sizes of monitors and terminals. | ||
* Add configuration to control maximum render distance of monitors. | ||
* Allow getting "detailed" information about an item, using `turtle.getItemDetail(slot, true)`. This will contain the same information that the generic peripheral supplies. | ||
|
||
And several bug fixes: | ||
* Add back config for allowing interacting with command computers. | ||
* Fix write method missing from printers. | ||
* Fix dupe bug when killing an entity with a turtle. | ||
* Correctly supply port in the Host header (neumond). | ||
* Fix `turtle.craft` failing when missing an argument. | ||
* Fix deadlock when mistakenly "watching" an unloaded chunk. | ||
* Fix full path of files being leaked in some errors. | ||
* Fix generic peripherals not being registered outside a dev environment. | ||
|
||
Type "help changelog" to see the full version history. |