Skip to content

Releases: cc-tweaked/CC-Tweaked

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

[1.20.4] 1.109.6

18 Feb 19:03
240528c
Compare
Choose a tag to compare
[1.20.4] 1.109.6 Pre-release
Pre-release

New features in CC: Tweaked 1.109.6

  • Improve several Lua parser error messages.
  • Allow addon mods to register requireable modules.

Several bug fixes:

  • Fix weak tables becoming malformed when keys are GCed.

[1.20.1] 1.109.6

18 Feb 18:43
a0f7595
Compare
Choose a tag to compare

New features in CC: Tweaked 1.109.6

  • Improve several Lua parser error messages.
  • Allow addon mods to register requireable modules.

Several bug fixes:

  • Fix weak tables becoming malformed when keys are GCed.

[1.20.4] 1.109.5

31 Jan 22:18
fc834cd
Compare
Choose a tag to compare
[1.20.4] 1.109.5 Pre-release
Pre-release

New features in CC: Tweaked 1.109.5

  • Add a new /computercraft-computer-folder command to open a computer's folder
    in singleplayer.

Several bug fixes:

  • Discard characters being typed into the editor when closing edit's Run screen.

[1.20.1] 1.109.5

31 Jan 22:15
f26e443
Compare
Choose a tag to compare

New features in CC: Tweaked 1.109.5

  • Add a new /computercraft-computer-folder command to open a computer's folder
    in singleplayer.

Several bug fixes:

  • Discard characters being typed into the editor when closing edit's Run screen.

[1.20.1] 1.109.4

27 Jan 10:28
b27526b
Compare
Choose a tag to compare

New features in CC: Tweaked 1.109.4

Several bug fixes:

  • Don't log warnings when a computer allocates no bytes.
  • Fix incorrect list index in command computer's NBT conversion (lonevox).
  • Fix endPage() not updating the printer's block state.
  • Several documentation improvements (znepb).
  • Correctly mount disks before computer startup, not afterwards.
  • Update to Cobalt 0.9
    • Debug hooks are now correctly called for every function.
    • Fix several minor inconsistencies with debug.getinfo.
    • Fix Lua tables being sized incorrectly when created from varargs.