Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.12.2] 1.86.1

13 Jan 15:17
Compare
Choose a tag to compare

New features in CC: Tweaked 1.86.1

  • Add a help message to the Lua REPL's exit function
  • Add more MOTD messages. (osmarks)
  • GPS requests are now made anonymously (osmarks)
  • Minor memory usage improvements to Cobalt VM.

And several bug fixes:

  • Fix error when calling write with a number.
  • Add missing assertion to io.write.

[1.14.4] 1.86.0

24 Dec 19:36
Compare
Choose a tag to compare

New features in CC: Tweaked 1.86.0

  • Add PATCH and TRACE HTTP methods. (jaredallard)
  • Add more MOTD messages. (JakobDev)
  • Allow removing and adding turtle upgrades via CraftTweaker.

And several bug fixes:

  • Fix crash when interacting with Wearable Backpacks.

[1.12.2] 1.86.0

24 Dec 19:33
Compare
Choose a tag to compare

New features in CC: Tweaked 1.86.0

  • Add PATCH and TRACE HTTP methods. (jaredallard)
  • Add more MOTD messages. (JakobDev)
  • Allow removing and adding turtle upgrades via CraftTweaker.

And several bug fixes:

  • Fix crash when interacting with Wearable Backpacks.

[1.14.4] 1.85.2

29 Nov 20:26
Compare
Choose a tag to compare

New features in CC: Tweaked 1.85.2

  • Fix crashes when using the mouse with advanced computers.

[1.12.2] 1.85.2

29 Nov 20:21
Compare
Choose a tag to compare

New features in CC: Tweaked 1.85.2

  • Fix crashes when using the mouse with advanced computers.

[1.14.4] 1.85.1

25 Nov 09:16
Compare
Choose a tag to compare

New features in CC: Tweaked 1.85.1

  • Add basic mouse support to read

And several bug fixes:

  • Fix turtles not having breaking particles.
  • Correct rendering of monitors when underwater.
  • Adjust the position from where turtle performs actions, correcting the behaviour of some interactions.
  • Fix several crashes when the turtle performs some action.

[1.12.2] 1.85.1

25 Nov 09:18
Compare
Choose a tag to compare

New features in CC: Tweaked 1.85.1

  • Add basic mouse support to read

And several bug fixes:

  • Fix turtles not having breaking particles.

[1.14.4] 1.85.0

04 Oct 18:59
Compare
Choose a tag to compare

New features in CC: Tweaked 1.85.0

  • Window.reposition now allows changing the redirect buffer
  • Add cc.completion and cc.shell.completion modules
  • command.exec also returns the number of affected objects, when exposed by the game.

And several bug fixes:

  • Change how turtle mining drops are handled, improving compatibility with some mods.
  • Fix several GUI desyncs after a turtle moves.
  • Fix os.day/os.time using the incorrect world time.
  • Prevent wired modems dropping incorrectly.
  • Fix mouse events not firing within the computer GUI.

[1.12.2] 1.85.0

04 Oct 18:53
Compare
Choose a tag to compare

New features in CC: Tweaked 1.85.0

  • Window.reposition now allows changing the redirect buffer
  • Add cc.completion and cc.shell.completion modules
  • command.exec also returns the number of affected objects, when exposed by the game.

And several bug fixes:

  • Change how turtle mining drops are handled, improving compatibility with some mods.
  • Fix several GUI desyncs after a turtle moves.

[1.14.4] 1.84.1

09 Aug 08:40
Compare
Choose a tag to compare

New features in CC: Tweaked 1.84.1

  • Update to latest Forge