CC Tweaked Versions Save

Just another ComputerCraft fork

v1.20.5-1.110.3

2 weeks ago

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.

v1.20.1-1.110.3

3 weeks ago

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.

v1.20.4-1.110.2

1 month ago

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.

v1.20.1-1.110.2

1 month ago

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.

v1.20.1-1.110.1

1 month ago

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.

v1.20.4-1.110.0

1 month ago

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.

v1.20.1-1.110.0

1 month ago

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.

v1.20.1-1.109.7

2 months ago

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.

v1.20.4-1.109.6

2 months ago

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.

v1.20.1-1.109.6

2 months ago

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.