mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-14 20:20:30 +00:00
Merge branch 'mc-1.15.x' into mc-1.16.x
This commit is contained in:
commit
2a17585702
@ -3,6 +3,7 @@
|
|||||||
* Add cc.image.nft module, for working with nft files. (JakobDev)
|
* 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.
|
* [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 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.
|
* 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:
|
And several bug fixes:
|
||||||
@ -10,8 +11,9 @@ And several bug fixes:
|
|||||||
* Fix write method missing from printers.
|
* Fix write method missing from printers.
|
||||||
* Fix dupe bug when killing an entity with a turtle.
|
* Fix dupe bug when killing an entity with a turtle.
|
||||||
* Correctly supply port in the Host header (neumond).
|
* Correctly supply port in the Host header (neumond).
|
||||||
* Fix turtle.craft failing when missing an argument.
|
* Fix `turtle.craft` failing when missing an argument.
|
||||||
* Fix deadlock when mistakenly "watching" an unloaded chunk.
|
* Fix deadlock when mistakenly "watching" an unloaded chunk.
|
||||||
|
* Fix full path of files being leaked in some errors.
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ New features in CC: Tweaked 1.90.0
|
|||||||
* Add cc.image.nft module, for working with nft files. (JakobDev)
|
* 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.
|
* [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 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.
|
* 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:
|
And several bug fixes:
|
||||||
@ -10,7 +11,8 @@ And several bug fixes:
|
|||||||
* Fix write method missing from printers.
|
* Fix write method missing from printers.
|
||||||
* Fix dupe bug when killing an entity with a turtle.
|
* Fix dupe bug when killing an entity with a turtle.
|
||||||
* Correctly supply port in the Host header (neumond).
|
* Correctly supply port in the Host header (neumond).
|
||||||
* Fix turtle.craft failing when missing an argument.
|
* Fix `turtle.craft` failing when missing an argument.
|
||||||
* Fix deadlock when mistakenly "watching" an unloaded chunk.
|
* Fix deadlock when mistakenly "watching" an unloaded chunk.
|
||||||
|
* Fix full path of files being leaked in some errors.
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
Loading…
Reference in New Issue
Block a user