Skip to content

Releases: cc-tweaked/CC-Tweaked

[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.

[1.15.2] 1.91.0

23 Aug 14:52
Compare
Choose a tag to compare

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)

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)

[1.16.1] 1.90.3

27 Jul 18:10
Compare
Choose a tag to compare
[1.16.1] 1.90.3 Pre-release
Pre-release

New features in CC: Tweaked 1.90.3

  • Fix the selected slot indicator missing from the turtle GUI.
  • Ensure we load/save computer data from the world directory, rather than a global one.

[1.16.1] 1.90.2

25 Jul 11:15
Compare
Choose a tag to compare
[1.16.1] 1.90.2 Pre-release
Pre-release

New features in CC: Tweaked 1.90.2

  • Fix generic peripherals not being registered outside a dev environment.
  • Fix turtle.attack() failing.
  • Correctly set styles for the output of /computercraft commands.

[1.15.2] 1.90.2

25 Jul 11:01
Compare
Choose a tag to compare

New features in CC: Tweaked 1.90.2

  • Fix generic peripherals not being registered outside a dev environment.

[1.16.1] 1.90.1

18 Jul 14:18
Compare
Choose a tag to compare
[1.16.1] 1.90.1 Pre-release
Pre-release

New features in CC: Tweaked 1.90.1

  • Update to Forge 32.0.69

[1.16.1] 1.90.0

18 Jul 11:26
Compare
Choose a tag to compare
[1.16.1] 1.90.0 Pre-release
Pre-release

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

18 Jul 11:24
Compare
Choose a tag to compare

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

30 Jun 10:30
Compare
Choose a tag to compare

New features in CC: Tweaked 1.89.2

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