Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.13.2] 1.83.1

02 Jun 17:38
Compare
Choose a tag to compare

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

02 Jun 17:27
Compare
Choose a tag to compare

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

31 May 12:56
Compare
Choose a tag to compare

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 to os.time, making them largely compatible with PUC Lua.
  • rm and mkdir 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

24 Apr 09:39
Compare
Choose a tag to compare
[1.13.2] 1.82.3 Pre-release
Pre-release

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

24 Apr 08:50
Compare
Choose a tag to compare

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

24 Apr 10:55
Compare
Choose a tag to compare
[1.14] 1.82.3 Pre-release
Pre-release
v1.14-1.82.3

Bump versions

[1.12.2] 1.82.2

16 Apr 09:41
Compare
Choose a tag to compare

Changes from the last CC:Tweaked release

  • Don't tie turtle.refuel/the refuel 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

07 Apr 14:28
Compare
Choose a tag to compare

Minor bug fixes

  • Make redstone updates identical to vanilla behaviour
  • Update German translation

[19w14a] 1.82.0

03 Apr 22:28
Compare
Choose a tag to compare
[19w14a] 1.82.0 Pre-release
Pre-release

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

02 Apr 20:34
Compare
Choose a tag to compare
[1.13.2] 1.82.0 Pre-release
Pre-release

See release notes for 1.12.2. Also update to 1.13.2 I guess?