Releases: cc-tweaked/CC-Tweaked
Releases · cc-tweaked/CC-Tweaked
[1.16.1] 1.90.0
New features in CC: Tweaked 1.90.0
- 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.
[1.15.2] 1.90.0
New features in CC: Tweaked 1.90.0
- 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.
[1.14.4] 1.89.2
New features in CC: Tweaked 1.89.2
- Fix dupe bug when killing an entity with a turtle.
[1.12.2] 1.89.2
New features in CC: Tweaked 1.89.2
- Fix dupe bug when killing an entity with a turtle.
[1.15.2] 1.89.1
New features in CC: Tweaked 1.89.1
- Fix crashes when rendering monitors of varying sizes.
[1.14.4] 1.89.1
New features in CC: Tweaked 1.89.1
- Fix crashes when rendering monitors of varying sizes.
[1.12.2] 1.89.1
New features in CC: Tweaked 1.89.1
- Fix crashes when rendering monitors of varying sizes.
[1.15.2] 1.89.0
New features in CC: Tweaked 1.89.0
- Compress monitor data, reducing network traffic by a significant amount.
- Allow limiting the bandwidth monitor updates use.
- Several optimisations to monitor rendering (@Lignum).
- Expose block and item tags to turtle.inspect and turtle.getItemDetail.
And several bug fixes:
- Fix settings.load failing on defined settings.
- Fix name of the
ejectDisk
peripheral method.
[1.14.4] 1.89.0
New features in CC: Tweaked 1.89.0
- Compress monitor data, reducing network traffic by a significant amount.
- Allow limiting the bandwidth monitor updates use.
- Several optimisations to monitor rendering (@Lignum).
- Expose block and item tags to turtle.inspect and turtle.getItemDetail.
And several bug fixes:
- Fix settings.load failing on defined settings.
[1.12.2] 1.89.0
New features in CC: Tweaked 1.89.0
- Compress monitor data, reducing network traffic by a significant amount.
- Allow limiting the bandwidth monitor updates use.
- Several optimisations to monitor rendering (@Lignum)
And several bug fixes:
- Fix settings.load failing on defined settings.