Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.16.5] 1.100.0

25 Dec 08:11
e558b31
Compare
Choose a tag to compare

New features in CC: Tweaked 1.100.0

  • Speakers can now play arbitrary PCM audio.
  • Add support for encoding and decoding DFPWM streams, with the cc.audio.dfpwm module.
  • Wired modems now only render breaking progress for the part which is being broken.
  • Various documentation improvements.

Several bug fixes:

  • Fix the "repeat" program not repeating broadcast rednet messages.
  • Fix the drag-and-drop upload functionality writing empty files.
  • Prevent turtles from pushing non-pushable entities.

[1.18.1] 1.99.1

11 Dec 07:57
7c373c6
Compare
Choose a tag to compare

New features in CC: Tweaked 1.99.1

  • Add package.searchpath to the cc.require API. (MCJack123)
  • Provide a more efficient way for the Java API to consume Lua tables in certain restricted cases.

Several bug fixes:

  • Fix keys being "sticky" when opening the off-hand pocket computer GUI.
  • Correctly handle broken coroutine managers resuming Java code with a nil event.
  • Prevent computer buttons stealing focus from the terminal.
  • Fix a class cast exception when a monitor is malformed in ways I do not quite understand.

[1.17.1] 1.99.1

11 Dec 07:57
6196aae
Compare
Choose a tag to compare

New features in CC: Tweaked 1.99.1

  • Add package.searchpath to the cc.require API. (MCJack123)
  • Provide a more efficient way for the Java API to consume Lua tables in certain restricted cases.

Several bug fixes:

  • Fix keys being "sticky" when opening the off-hand pocket computer GUI.
  • Correctly handle broken coroutine managers resuming Java code with a nil event.
  • Prevent computer buttons stealing focus from the terminal.
  • Fix a class cast exception when a monitor is malformed in ways I do not quite understand.

[1.16.5] 1.99.1

11 Dec 07:56
92a0ef2
Compare
Choose a tag to compare

New features in CC: Tweaked 1.99.1

  • Add package.searchpath to the cc.require API. (MCJack123)
  • Provide a more efficient way for the Java API to consume Lua tables in certain restricted cases.

Several bug fixes:

  • Fix keys being "sticky" when opening the off-hand pocket computer GUI.
  • Correctly handle broken coroutine managers resuming Java code with a nil event.
  • Prevent computer buttons stealing focus from the terminal.
  • Fix a class cast exception when a monitor is malformed in ways I do not quite understand.

[1.18] 1.99.0

02 Dec 09:28
23c1707
Compare
Choose a tag to compare

New features in CC: Tweaked 1.99.0

  • Pocket computers in their offhand will open without showing a terminal. You can look around and interact with the world, but your keyboard will be forwarded to the computer. (Wojbie, MagGen-hub).
  • Peripherals can now have multiple types. peripheral.getType now returns multiple values, and peripheral.hasType checks if a peripheral has a specific type.
  • Add several missing keys to the keys table. (ralphgod3)
  • Add feature introduction/changed version information to the documentation. (MCJack123)
  • Increase the file upload limit to 512KiB.
  • Rednet can now handle computer IDs larger than 65535. (Ale32bit)
  • Optimise deduplication of rednet messages (MCJack123)
  • Make term.blit colours case insensitive. (Ocawesome101)
  • Add a new about program for easier version identification. (MCJack123)
  • Optimise peripheral calls in rednet.run. (xAnavrins)
  • Add dimension parameter to commands.getBlockInfo.
  • Add cc.pretty.pretty_print helper function (Lupus590).
  • Add back JEI integration.
  • Turtle and pocket computer upgrades can now be added and modified with data packs.
  • Various translation updates (MORIMORI3017, Ale2Bit, mindy15963)

And several bug fixes:

  • Fix various computer commands failing when OP level was 4.
  • Various documentation fixes. (xXTurnerLP, MCJack123)
  • Fix textutils.serialize not serialising infinity and nan values. (Wojbie)
  • Wired modems now correctly clean up mounts when a peripheral is detached.
  • Fix incorrect turtle and pocket computer upgrade recipes in the recipe book.
  • Fix speakers not playing sounds added via resource packs which are not registered in-game.
  • Fix speaker upgrades sending packets after the server has stopped.
  • Monitor sizing has been rewritten, hopefully making it more stable.
  • Peripherals are now invalidated when the computer ticks, rather than when the peripheral changes.
  • Fix printouts and pocket computers rendering at fullbright when in item frames.
  • All mod blocks now have an effective tool (pickaxe).

[1.17.1] 1.99.0

29 Nov 19:48
af96617
Compare
Choose a tag to compare

New features in CC: Tweaked 1.99.0

  • Pocket computers in their offhand will open without showing a terminal. You can look around and interact with the world, but your keyboard will be forwarded to the computer. (Wojbie, MagGen-hub).
  • Peripherals can now have multiple types. peripheral.getType now returns multiple values, and peripheral.hasType checks if a peripheral has a specific type.
  • Add several missing keys to the keys table. (ralphgod3)
  • Add feature introduction/changed version information to the documentation. (MCJack123)
  • Increase the file upload limit to 512KiB.
  • Rednet can now handle computer IDs larger than 65535. (Ale32bit)
  • Optimise deduplication of rednet messages (MCJack123)
  • Make term.blit colours case insensitive. (Ocawesome101)
  • Add a new about program for easier version identification. (MCJack123)
  • Optimise peripheral calls in rednet.run. (xAnavrins)
  • Add dimension parameter to commands.getBlockInfo.
  • Add cc.pretty.pretty_print helper function (Lupus590).
  • Add back JEI integration.
  • Turtle and pocket computer upgrades can now be added and modified with data packs.
  • Various translation updates (MORIMORI3017, Ale2Bit, mindy15963)

And several bug fixes:

  • Fix various computer commands failing when OP level was 4.
  • Various documentation fixes. (xXTurnerLP, MCJack123)
  • Fix textutils.serialize not serialising infinity and nan values. (Wojbie)
  • Wired modems now correctly clean up mounts when a peripheral is detached.
  • Fix incorrect turtle and pocket computer upgrade recipes in the recipe book.
  • Fix speakers not playing sounds added via resource packs which are not registered in-game.
  • Fix speaker upgrades sending packets after the server has stopped.
  • Monitor sizing has been rewritten, hopefully making it more stable.
  • Peripherals are now invalidated when the computer ticks, rather than when the peripheral changes.
  • Fix printouts and pocket computers rendering at fullbright when in item frames.
  • All mod blocks now have an effective tool (pickaxe).

[1.16.5] 1.99.0

29 Nov 19:47
5927e9b
Compare
Choose a tag to compare

New features in CC: Tweaked 1.99.0

  • Pocket computers in their offhand will open without showing a terminal. You can look around and interact with the world, but your keyboard will be forwarded to the computer. (Wojbie, MagGen-hub).
  • Peripherals can now have multiple types. peripheral.getType now returns multiple values, and peripheral.hasType checks if a peripheral has a specific type.
  • Add several missing keys to the keys table. (ralphgod3)
  • Add feature introduction/changed version information to the documentation. (MCJack123)
  • Increase the file upload limit to 512KiB.
  • Rednet can now handle computer IDs larger than 65535. (Ale32bit)
  • Optimise deduplication of rednet messages (MCJack123)
  • Make term.blit colours case insensitive. (Ocawesome101)
  • Add a new about program for easier version identification. (MCJack123)
  • Optimise peripheral calls in rednet.run. (xAnavrins)
  • Add dimension parameter to commands.getBlockInfo.
  • Add cc.pretty.pretty_print helper function (Lupus590).
  • Various translation updates (MORIMORI3017, Ale2Bit, mindy15963)

And several bug fixes:

  • Fix various computer commands failing when OP level was 4.
  • Various documentation fixes. (xXTurnerLP, MCJack123)
  • Fix textutils.serialize not serialising infinity and nan values. (Wojbie)
  • Wired modems now correctly clean up mounts when a peripheral is detached.
  • Fix incorrect turtle and pocket computer upgrade recipes in the recipe book.
  • Fix speakers not playing sounds added via resource packs which are not registered in-game.
  • Fix speaker upgrades sending packets after the server has stopped.
  • Monitor sizing has been rewritten, hopefully making it more stable.
  • Peripherals are now invalidated when the computer ticks, rather than when the peripheral changes.

[1.17.1] 1.98.2

22 Aug 17:06
bbf3e48
Compare
Choose a tag to compare

New features in CC: Tweaked 1.98.2

  • Add JP translation (MORIMORI0317)
  • Migrate several recipes to data generators.

Several bug fixes:

  • Fix volume speaker sounds are played at.
  • Fix several rendering issues when holding pocket computers and printouts in
    hand.
  • Ensure wired modems and cables join the wired network on chunk load.
  • Fix stack overflow when using wired networks.

[1.16.5] 1.98.2

22 Aug 17:05
9fbcbae
Compare
Choose a tag to compare

New features in CC: Tweaked 1.98.2

  • Add JP translation (MORIMORI0317)
  • Migrate several recipes to data generators.

Several bug fixes:

  • Fix volume speaker sounds are played at.

[1.17.1] 1.98.1

06 Aug 16:50
01ddb2b
Compare
Choose a tag to compare

New features in CC: Tweaked 1.98.1

Several bug fixes:

  • Fix monitors not correctly resizing when placed.
  • Update Russian translation (DrHesperus).