[1.12.2] 1.82.0
SquidDev
released this
02 Apr 20:19
·
226 commits
to master
since this release
Changes from the last CC:Tweaked release
- Warn when
pastebin put
potentially triggers spam protection (@Lemmmy) - Display HTTP errors on pastebin requests (@Lemmmy)
- Attach peripherals on the main thread, rather than deferring to the computer thread.
- Computers may now be preemptively interrupted if they run for too long. This reduces the risk of malicious or badly written programs making other computers unusable.
- Reduce overhead of running with a higher number of computer threads.
- Set the initial multishell tab when starting the computer. This fixes the issue where you would not see any content until the first yield.
- Allow running
pastebin get|url
with the URL instead (e.g.pastebin run https://pastebin.com/LYAxmSby
). - Make
os.time
/os.day
case insensitive. - Add translations for several languages
- Brazilian Portuguese (@zardyh)
- Swedish (@nothjarnan)
- Italian (@Ale32bit)
- French (@absolument)
- Update German (@Wilma456)
- Spanish (@daelvn)
- Improve JEI integration for turtle/pocket computer upgrades. You can now see recipes and usages of any upgrade or upgrade combination.
- Associate turtle/pocket computer upgrades with the mod which registered them. For instance, a "Sensing Turtle" will now be labelled as Plethora.
- Fire
key_up
andmouse_up
events when closing the GUI. - Allow limiting the amount of server time computers can consume.
- Add several new events for turtle refuelling and item inspection. Should allow for greater flexibility in add on mods in the future.
rednet.send
returns if the message was sent. Restores behaviour present before CC 1.6 (@Luca0208)- Add MCMP integration for wireless and ender modems.
- Make turtle crafting more consistent with vanilla behaviour.
commands.getBlockInfo(s)
now also includes NBT.- Turtles will no longer reset their label when clicked with an unnamed name tag.
Minor bug fixes
- Update Cobalt (fixes
load
not unwind the stack) - Fix
commands.collapseArgs
appending a trailing space. - Fix leaking file descriptors when closing (see this JVM bug!)
- Fix NPE on some invalid URLs
- Fix pocket computer API working outside of the player inventory
- Fix printing not updating the output display state.