Releases: cc-tweaked/CC-Tweaked
Releases · cc-tweaked/CC-Tweaked
[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.
[1.15.2] 1.88.1
New features in CC: Tweaked 1.88.1
- Fix error on objects with too many methods.
[1.15.2] 1.88.0
New features in CC: Tweaked 1.88.0
- Computers and turtles now preserve their ID when broken.
- Add
peripheral.getName
- returns the name of a wrapped peripheral. - Reduce network overhead of monitors and terminals.
- Add a TBO backend for monitors, with a significant performance boost.
- The Lua REPL warns when declaring locals (lupus590, exerro)
- Add config to allow using command computers in survival.
- Add fs.isDriveRoot - checks if a path is the root of a drive.
cc.pretty
can now display a function's arguments and where it was defined. The Lua REPL will show arguments by default.- Move the shell's
require
/package
implementation to a separatecc.require
module. - Move treasure programs into a separate external data pack.
And several bug fixes:
- Fix io.lines not accepting arguments.
- Fix settings.load using an unknown global (MCJack123).
- Prevent computers scanning peripherals twice.
[1.14.4] 1.88.0
New features in CC: Tweaked 1.88.0
- Computers and turtles now preserve their ID when broken.
- Add
peripheral.getName
- returns the name of a wrapped peripheral. - Reduce network overhead of monitors and terminals.
- Add a TBO backend for monitors, with a significant performance boost.
- The Lua REPL warns when declaring locals (lupus590, exerro)
- Add config to allow using command computers in survival.
- Add fs.isDriveRoot - checks if a path is the root of a drive.
cc.pretty
can now display a function's arguments and where it was defined. The Lua REPL will show arguments by default.- Move the shell's
require
/package
implementation to a separatecc.require
module.
And several bug fixes:
- Fix io.lines not accepting arguments.
- Fix settings.load using an unknown global (MCJack123).
- Prevent computers scanning peripherals twice.