Releases: cc-tweaked/CC-Tweaked
Releases · cc-tweaked/CC-Tweaked
[1.16.5] 1.100.0
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
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
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
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
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, andperipheral.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
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, andperipheral.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
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, andperipheral.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
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
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
New features in CC: Tweaked 1.98.1
Several bug fixes:
- Fix monitors not correctly resizing when placed.
- Update Russian translation (DrHesperus).