Releases: cc-tweaked/CC-Tweaked
Releases · cc-tweaked/CC-Tweaked
[1.13.2] 1.83.1
New features in CC: Tweaked 1.83.1
- Add several new MOTD messages (JakobDev)
And several bug fixes:
- Fix type check in
rednet.lookup
- Error if turtle and pocket computer programs are run on the wrong system (JakobDev)
- Do not discard varargs after a nil.
[1.12.2] 1.83.1
New features in CC: Tweaked 1.83.1
- Add several new MOTD messages (JakobDev)
And several bug fixes:
- Fix type check in
rednet.lookup
- Error if turtle and pocket computer programs are run on the wrong system (JakobDev)
- Do not discard varargs after a nil.
[1.12.2] 1.83.0
New features in CC: Tweaked 1.83.0
- Add Chinese translation. (XuyuEre)
- Small performance optimisations for packet sending.
- Provide an
arg
table to programs fun from the shell, similar to PUC Lua. - Add
os.date
, and handle passing datetime tables toos.time
, making them largely compatible with PUC Lua. rm
andmkdir
accept multiple arguments. (hydraz, JakobDev)- Rework rendering of in-hand pocket computers.
- Prevent rendering of a bounding box on a monitor's screen.
- Refactor Lua-side type checking code into a single method. Also include the function name in error messages (hydraz).
- Add system for displaying a message of the day, enabled via the
motd.enabled
setting. (JaokbDev)
And several bug fixes:
- Fix incorrect computation of server-tick budget.
- Fix list-based config options not reloading.
- Ensure
require
is usable within the Lua REPL.
[1.13.2] 1.82.3
Changes from the last CC:Tweaked release
- Don't tie turtle.refuel/the refuel script's limits to item stack sizes
- Make computers' redstone input handling consistent with repeaters. Redstone inputs parallel to the computer will now be picked up (see #182 for an example).
Minor bug fixes
- Make redstone updates identical to vanilla behaviour
- Update German translation
- Fix changes to Project:Red inputs not being detected.
- Remove a couple of over-eager error messages
- Fix
turtle.compare*()
crashing the server. - Fix Cobalt leaking threads when coroutines blocked on Java methods are discarded.
- Fix
rawset
allowing nan keys - Fix several out-of-bounds exceptions when handling malformed patterns.
[1.12.2] 1.82.3
Changes from the last CC:Tweaked release
- Make computers' redstone input handling consistent with repeaters. Redstone inputs parallel to the computer will now be picked up (see #182 for an example).
Minor bug fixes
- Fix
turtle.compare*()
crashing the server. - Fix Cobalt leaking threads when coroutines blocked on Java methods are discarded.
- Fix
rawset
allowing nan keys - Fix several out-of-bounds exceptions when handling malformed patterns.
[1.14] 1.82.3
v1.14-1.82.3 Bump versions
[1.12.2] 1.82.2
Changes from the last CC:Tweaked release
- Don't tie
turtle.refuel
/therefuel
script's limits to item stack sizes
Minor bug fixes
- Fix changes to Project:Red inputs not being detected.
- Convert non-modem peripherals to multiparts too, fixing crash with Proportional Destruction Particles
- Remove a couple of over-eager error messages
- Fix wired modems not correctly saving their attached peripherals
[1.12.2] 1.82.1
Minor bug fixes
- Make redstone updates identical to vanilla behaviour
- Update German translation
[19w14a] 1.82.0
See release notes for 1.12.2. Also update to 1.14 snapshots I guess?
This uses the Fabric modding toolchain instead of Forge. It's a bit of an experiment, and there's a lot of differences, so expect things to be a little buggy.
[1.13.2] 1.82.0
See release notes for 1.12.2. Also update to 1.13.2 I guess?