[1.12.2] 1.80pr1.6
Pre-release
Pre-release
Changes from the last CC:Tweaked release
- Allow network cables to work with compact machines. They do not currently visually connect, but are still usable.
- A large number of improvements to the
/computercraft
command, including:- Ensure the tables are correctly aligned
- Remove the output of the previous invocation of that command when posting to chat.
/computercraft track
is now per-user, instead of global.- We now track additional fields, such as the number of peripheral calls, http requests, etc... You can specify these as an optional argument to
/computercraft track dump
to see them.
wget
automatically determines the filename (@Luca0208)- Allow using alternative HTTP request methods (
DELETE
,PUT
, etc...) - Enable Gzip compression for websockets.
- Fix monitors not rendering when optifine shaders are enabled. There are still issues (they are tinted orange during the night), but it is an improvement.
Minor changes
- Fix
.isDiskPresent()
always returning true. - Fix peripherals showing up on wired networks when they shouldn't be.
- Fix
turtle.place()
crashing the server in some esoteric conditions. - Remove upper bound on the number of characters than can be read with
.read(n: number)
. - Fix various typos in
keys.lua
(@hugeblank)