Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.20.6] 1.111.0

28 May 17:48
de078e3
Compare
Choose a tag to compare
[1.20.6] 1.111.0 Pre-release
Pre-release

New features in CC: Tweaked 1.111.0

  • Update several translations (Ale32bit).
  • Split up turtle textures into individual textures.
  • Add r+/w+ support to the io library.
  • Warn when capabilities are not registered and Optifine is installed.

Several bug fixes:

  • Allow planks to be used for building in "adventure" (dan200).
  • Fix disk.getAudioTitle() returning untranslated strings for some modded discs.
  • Fix crash when right clicking turtles in spectator.

[1.20.1] 1.111.0

28 May 17:22
209b1dd
Compare
Choose a tag to compare

New features in CC: Tweaked 1.111.0

  • Update several translations (Ale32bit).
  • Split up turtle textures into individual textures.
  • Add r+/w+ support to the io library.
  • Warn when capabilities are not registered and Optifine is installed.

Several bug fixes:

  • Allow planks to be used for building in "adventure" (dan200).
  • Fix disk.getAudioTitle() returning untranslated strings for some modded discs.
  • Fix crash when right clicking turtles in spectator.

[1.20.5] 1.110.3

28 Apr 21:06
2226df7
Compare
Choose a tag to compare
[1.20.5] 1.110.3 Pre-release
Pre-release

New features in CC: Tweaked 1.110.3

  • Update several translations (PatriikPlays).

Several bug fixes:

  • Fix some errors missing source positions.
  • Correctly handle multiple threads sending websocket messages at once.

[1.20.1] 1.110.3

26 Apr 17:25
4e90240
Compare
Choose a tag to compare

New features in CC: Tweaked 1.110.3

  • Update several translations (PatriikPlays).

Several bug fixes:

  • Fix some errors missing source positions.
  • Correctly handle multiple threads sending websocket messages at once.

[1.20.4] 1.110.2

07 Apr 21:07
22bd530
Compare
Choose a tag to compare
[1.20.4] 1.110.2 Pre-release
Pre-release

New features in CC: Tweaked 1.110.2

  • Add speaker sound command (fatboychummy).

Several bug fixes:

  • Improve error when calling speaker play with no path (fatboychummy).
  • Prevent playing music discs with speaker.playSound.
  • Various documentation fixes (cyberbit).
  • Fix generic peripherals not being able to transfer to some inventories on Forge.
  • Fix rare crash when holding a pocket computer.
  • Fix modems breaking when moved by Create.
  • Fix crash when rendering a turtle through an Immersive Portals portal.

[1.20.1] 1.110.2

07 Apr 20:21
ad49325
Compare
Choose a tag to compare

New features in CC: Tweaked 1.110.2

  • Add speaker sound command (fatboychummy).

Several bug fixes:

  • Improve error when calling speaker play with no path (fatboychummy).
  • Prevent playing music discs with speaker.playSound.
  • Various documentation fixes (cyberbit).
  • Fix generic peripherals not being able to transfer to some inventories on Forge.
  • Fix rare crash when holding a pocket computer.
  • Fix modems breaking when moved by Create.
  • Fix crash when rendering a turtle through an Immersive Portals portal.

[1.20.1] 1.110.1

23 Mar 11:10
777aa34
Compare
Choose a tag to compare

New features in CC: Tweaked 1.110.1

Several bug fixes:

  • Fix computers not turning on after they're unloaded/not-ticked for a while.
  • Fix networking cables sometimes not connecting on Forge.

[1.20.4] 1.110.0

22 Mar 21:55
7b9a156
Compare
Choose a tag to compare
[1.20.4] 1.110.0 Pre-release
Pre-release

New features in CC: Tweaked 1.110.0

  • Add a new @c[...] syntax for selecting computers in the /computercraft command.
  • Remove custom breaking progress of modems on Forge.

Several bug fixes:

  • Fix client and server DFPWM transcoders getting out of sync.
  • Fix turtle.suck reporting incorrect error when failing to suck items.
  • Fix pocket computers displaying state (blinking, modem light) for the wrong computer.
  • Fix crash when wrapping an invalid BE as a generic peripheral.
  • Chest peripherals now reattach when a chest is converted into a double chest.
  • Fix speaker program not resolving files relative to the current directory.
  • Skip main-thread tasks if the peripheral is detached.
  • Fix internal Lua VM errors if yielding inside __tostring.

[1.20.1] 1.110.0

21 Mar 22:02
c9caffb
Compare
Choose a tag to compare

New features in CC: Tweaked 1.110.0

  • Add a new @c[...] syntax for selecting computers in the /computercraft command.
  • Remove custom breaking progress of modems on Forge.

Several bug fixes:

  • Fix client and server DFPWM transcoders getting out of sync.
  • Fix turtle.suck reporting incorrect error when failing to suck items.
  • Fix pocket computers displaying state (blinking, modem light) for the wrong computer.
  • Fix crash when wrapping an invalid BE as a generic peripheral.
  • Chest peripherals now reattach when a chest is converted into a double chest.
  • Fix speaker program not resolving files relative to the current directory.
  • Skip main-thread tasks if the peripheral is detached.
  • Fix internal Lua VM errors if yielding inside __tostring.

[1.20.1] 1.109.7

10 Mar 19:10
3493159
Compare
Choose a tag to compare

New features in CC: Tweaked 1.109.7

  • Improve performance of removing and unloading wired cables/modems.

Several bug fixes:

  • Fix monitors sometimes not updating on the client when chunks are unloaded and reloaded.
  • colour.toBlit correctly errors on out-of-bounds values.
  • Round non-standard colours in window, like term.native() does.
  • Fix the client monitor rendering both the current and outdated contents.