Skip to content

Commit 2a17585

Browse files
committed
Merge branch 'mc-1.15.x' into mc-1.16.x
2 parents 087c305 + 2f323f2 commit 2a17585

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/main/resources/data/computercraft/lua/rom/help/changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
* Add cc.image.nft module, for working with nft files. (JakobDev)
44
* [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.
55
* Add configuration to control the sizes of monitors and terminals.
6+
* Add configuration to control maximum render distance of monitors.
67
* Allow getting "detailed" information about an item, using `turtle.getItemDetail(slot, true)`. This will contain the same information that the generic peripheral supplies.
78

89
And several bug fixes:
910
* Add back config for allowing interacting with command computers.
1011
* Fix write method missing from printers.
1112
* Fix dupe bug when killing an entity with a turtle.
1213
* Correctly supply port in the Host header (neumond).
13-
* Fix turtle.craft failing when missing an argument.
14+
* Fix `turtle.craft` failing when missing an argument.
1415
* Fix deadlock when mistakenly "watching" an unloaded chunk.
16+
* Fix full path of files being leaked in some errors.
1517

1618
Type "help changelog" to see the full version history.
1719

src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ New features in CC: Tweaked 1.90.0
33
* Add cc.image.nft module, for working with nft files. (JakobDev)
44
* [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.
55
* Add configuration to control the sizes of monitors and terminals.
6+
* Add configuration to control maximum render distance of monitors.
67
* Allow getting "detailed" information about an item, using `turtle.getItemDetail(slot, true)`. This will contain the same information that the generic peripheral supplies.
78

89
And several bug fixes:
910
* Add back config for allowing interacting with command computers.
1011
* Fix write method missing from printers.
1112
* Fix dupe bug when killing an entity with a turtle.
1213
* Correctly supply port in the Host header (neumond).
13-
* Fix turtle.craft failing when missing an argument.
14+
* Fix `turtle.craft` failing when missing an argument.
1415
* Fix deadlock when mistakenly "watching" an unloaded chunk.
16+
* Fix full path of files being leaked in some errors.
1517

1618
Type "help changelog" to see the full version history.

0 commit comments

Comments
 (0)