Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.16.4] 1.94.0

07 Nov 12:58
Compare
Choose a tag to compare

New features in CC: Tweaked 1.94.0

  • Add getter for window visibility (devomaa)
  • Generic peripherals are no longer experimental, and on by default.
  • Use term.blit to draw boxes in paintutils (Lemmmy).

And several bug fixes:

  • Fix turtles not getting advancements when turtles are on.
  • Draw in-hand pocket computers with the correct transparent flags enabled.
  • Several bug fixes to SNBT parsing.
  • Fix several programs using their original name instead of aliases in usage hints (Lupus590).

[1.15.2] 1.94.0

07 Nov 12:53
Compare
Choose a tag to compare

New features in CC: Tweaked 1.94.0

  • Add getter for window visibility (devomaa)
  • Generic peripherals are no longer experimental, and on by default.
  • Use term.blit to draw boxes in paintutils (Lemmmy).

And several bug fixes:

  • Fix turtles not getting advancements when turtles are on.
  • Draw in-hand pocket computers with the correct transparent flags enabled.
  • Several bug fixes to SNBT parsing.
  • Fix several programs using their original name instead of aliases in usage hints (Lupus590).

[1.16.3] 1.93.1

23 Oct 16:49
Compare
Choose a tag to compare

New features in CC: Tweaked 1.93.1

  • Various documentation improvements (Lemmmy).
  • Fix TBO monitor renderer on some older graphics cards (Lemmmy).

[1.15.2] 1.93.1

23 Oct 16:47
Compare
Choose a tag to compare

New features in CC: Tweaked 1.93.1

  • Various documentation improvements (Lemmmy).
  • Fix TBO monitor renderer on some older graphics cards (Lemmmy).

[1.16.3] 1.93.0

04 Oct 10:36
Compare
Choose a tag to compare

New features in CC: Tweaked 1.93.0

  • Update Swedish translations (Granddave).
  • Printers use item tags to check dyes.
  • HTTP rules may now be targetted for a specific port.
  • Don't propagate adjacent redstone signals through computers.

And several bug fixes:

  • Fix NPEs when turtles interact with containers.

[1.15.2] 1.93.0

04 Oct 10:34
Compare
Choose a tag to compare

New features in CC: Tweaked 1.93.0

  • Update Swedish translations (Granddave).
  • Printers use item tags to check dyes.
  • HTTP rules may now be targetted for a specific port.
  • Don't propagate adjacent redstone signals through computers.

And several bug fixes:

  • Fix NPEs when turtles interact with containers.

[1.16.3] 1.92.0

12 Sep 09:59
Compare
Choose a tag to compare
[1.16.3] 1.92.0 Pre-release
Pre-release

New features in CC: Tweaked 1.92.0

  • Bump Cobalt version:
    • Add support for the __pairs metamethod.
    • string.format now uses the __tostring metamethod.
  • Add date-specific MOTDs (MCJack123).

And several bug fixes:

  • Correctly handle tabs within textutils.unserailizeJSON.
  • Fix sheep not dropping items when sheared by turtles.

[1.15.2] 1.92.0

12 Sep 09:57
Compare
Choose a tag to compare

New features in CC: Tweaked 1.92.0

  • Bump Cobalt version:
    • Add support for the __pairs metamethod.
    • string.format now uses the __tostring metamethod.
  • Add date-specific MOTDs (MCJack123).

And several bug fixes:

  • Correctly handle tabs within textutils.unserailizeJSON.
  • Fix sheep not dropping items when sheared by turtles.

[1.16.2] 1.91.1

04 Sep 16:30
Compare
Choose a tag to compare
[1.16.2] 1.91.1 Pre-release
Pre-release

New features in CC: Tweaked 1.91.1

  • Fix crash when turtles interact with an entity.

[1.16.2] 1.91.0

23 Aug 14:54
Compare
Choose a tag to compare
[1.16.2] 1.91.0 Pre-release
Pre-release

New features in CC: Tweaked 1.91.0

  • [Generic peripherals] Expose NBT hashes of items to inventory methods.
  • Bump Cobalt version
    • Optimise handling of string concatenation.
    • Add string.{pack,unpack,packsize} (MCJack123)
  • Update to 1.16.2

And several bug fixes:

  • Escape non-ASCII characters in JSON strings (neumond)
  • Make field names in fs.attributes more consistent (abby)
  • Fix textutils.formatTime correctly handle 12 AM (R93950X)
  • Fix turtles placing buckets multiple times.