Releases: cc-tweaked/CC-Tweaked
Releases · cc-tweaked/CC-Tweaked
[1.16.4] 1.94.0
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
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
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
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
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
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
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
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
New features in CC: Tweaked 1.91.1
- Fix crash when turtles interact with an entity.
[1.16.2] 1.91.0
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.