Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.12.2] 1.89.2

30 Jun 10:11
Compare
Choose a tag to compare

New features in CC: Tweaked 1.89.2

  • Fix dupe bug when killing an entity with a turtle.

[1.15.2] 1.89.1

21 Jun 11:24
Compare
Choose a tag to compare

New features in CC: Tweaked 1.89.1

  • Fix crashes when rendering monitors of varying sizes.

[1.14.4] 1.89.1

21 Jun 11:19
Compare
Choose a tag to compare

New features in CC: Tweaked 1.89.1

  • Fix crashes when rendering monitors of varying sizes.

[1.12.2] 1.89.1

21 Jun 11:14
Compare
Choose a tag to compare

New features in CC: Tweaked 1.89.1

  • Fix crashes when rendering monitors of varying sizes.

[1.15.2] 1.89.0

16 Jun 08:43
Compare
Choose a tag to compare

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

16 Jun 08:40
Compare
Choose a tag to compare

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

16 Jun 08:37
Compare
Choose a tag to compare

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

17 May 16:04
Compare
Choose a tag to compare

New features in CC: Tweaked 1.88.1

  • Fix error on objects with too many methods.

[1.15.2] 1.88.0

16 May 09:39
Compare
Choose a tag to compare
[1.15.2] 1.88.0 Pre-release
Pre-release

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 separate cc.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

16 May 09:33
Compare
Choose a tag to compare

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 separate cc.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.