Releases: cc-tweaked/CC-Tweaked
Releases · cc-tweaked/CC-Tweaked
[1.12.2] 1.86.1
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
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
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
New features in CC: Tweaked 1.85.2
- Fix crashes when using the mouse with advanced computers.
[1.12.2] 1.85.2
New features in CC: Tweaked 1.85.2
- Fix crashes when using the mouse with advanced computers.
[1.14.4] 1.85.1
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
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
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
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
New features in CC: Tweaked 1.84.1
- Update to latest Forge