Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.19.4] 1.107.0

13 Aug 07:43
2a04fb7
Compare
Choose a tag to compare

New features in CC: Tweaked 1.107.0

  • Add disabled_generic_methods config option to disable generic methods.
  • Add basic integration with EMI.
  • Enchanted turtle tools now render with a glint.
  • Update several translations (PatriikPlays, 1Turtle, Ale32bit).

Several bug fixes:

  • Fix client config file being generated on a dedicated server.
  • Fix numbers ending in "f" or "d" being treated as avalid.
  • Fix string.pack's "z" specifier causing out-of-bounds errors.
  • Fix several issues with turtle.dig's custom actions (tilling, making paths).

[1.20.1] 1.106.1

08 Jul 08:47
8f1bf43
Compare
Choose a tag to compare

New features in CC: Tweaked 1.106.1

Several bug fixes:

  • Block the CGNAT range (100.64.0.0/10) by default.
  • Fix conflicts with other mods replacing reach distance.

[1.19.4] 1.106.1

08 Jul 08:44
aaf8c24
Compare
Choose a tag to compare

New features in CC: Tweaked 1.106.1

Several bug fixes:

  • Block the CGNAT range (100.64.0.0/10) by default.
  • Fix conflicts with other mods replacing reach distance.

[1.20.1] 1.106.0

07 Jul 19:03
9a48b53
Compare
Choose a tag to compare

New features in CC: Tweaked 1.106.0

  • Numerous documentation improvements (MCJack123, znepb, penguinencounter).
  • Port fs.find to Lua. This also allows using ? as a wildcard.
  • Computers cursors now glow in the dark.
  • Allow changing turtle upgrades from the GUI.
  • Add option to serialize Unicode strings to JSON (MCJack123).
  • Small optimisations to the window API.
  • Turtle upgrades can now preserve NBT from upgrade item stack and when broken.
  • Add support for tool enchantments and durability via datapacks. This is disabled for the built-in tools.

Several bug fixes:

  • Fix turtles rendering incorrectly when upside down.
  • Fix misplaced calls to IArguments.escapes.
  • Lua REPL no longer accepts )( as a valid expression.
  • Fix several inconsistencies with require/package.path in the Lua REPL (Wojbie).
  • Fix turtle being able to place water buckets outside its reach distance.
  • Fix private several IP address ranges not being blocked by the $private rule.
  • Improve permission checks in the /computercraft command.

[1.19.4] 1.106.0

07 Jul 19:02
9ea7f45
Compare
Choose a tag to compare

New features in CC: Tweaked 1.106.0

  • Numerous documentation improvements (MCJack123, znepb, penguinencounter).
  • Port fs.find to Lua. This also allows using ? as a wildcard.
  • Computers cursors now glow in the dark.
  • Allow changing turtle upgrades from the GUI.
  • Add option to serialize Unicode strings to JSON (MCJack123).
  • Small optimisations to the window API.
  • Turtle upgrades can now preserve NBT from upgrade item stack and when broken.
  • Add support for tool enchantments and durability via datapacks. This is disabled for the built-in tools.

Several bug fixes:

  • Fix turtles rendering incorrectly when upside down.
  • Fix misplaced calls to IArguments.escapes.
  • Lua REPL no longer accepts )( as a valid expression.
  • Fix several inconsistencies with require/package.path in the Lua REPL (Wojbie).
  • Fix turtle being able to place water buckets outside its reach distance.
  • Fix private several IP address ranges not being blocked by the $private rule.
  • Improve permission checks in the /computercraft command.

[1.19.2] 1.101.3

07 Jul 19:01
f9bb1b4
Compare
Choose a tag to compare

New features in CC: Tweaked 1.101.3

  • Improve syntax errors when missing commas in tables, and on trailing commas in parameter lists.
  • speaker program now reports an error on common unsupported audio formats.
  • Small optimisations to the window API.

Several bug fixes:

  • Fix the REPL syntax reporting crashing on valid parses.
  • Ignore metatables in textutils.serialize.
  • Fix gps.locate returning nan when receiving a duplicate location (Wojbie).
  • Ignore metatables in textutils.serialize.
  • Fix crash when turtles are exploded by a null explosion.
  • Lua REPL no longer accepts )( as a valid expression.
  • Fix several inconsistencies with require/package.path in the Lua REPL (Wojbie).
  • Fix private several IP address ranges not being blocked by the $private rule.
  • Improve permission checks in the /computercraft command.

[1.18.2] 1.101.3

07 Jul 19:01
edf372a
Compare
Choose a tag to compare

New features in CC: Tweaked 1.101.3

  • Improve syntax errors when missing commas in tables, and on trailing commas in parameter lists.
  • speaker program now reports an error on common unsupported audio formats.
  • Small optimisations to the window API.

Several bug fixes:

  • Fix the REPL syntax reporting crashing on valid parses.
  • Ignore metatables in textutils.serialize.
  • Fix gps.locate returning nan when receiving a duplicate location (Wojbie).
  • Ignore metatables in textutils.serialize.
  • Fix wireless turtles having an invalid model.
  • Fix crash when turtles are exploded by a null explosion.
  • Lua REPL no longer accepts )( as a valid expression.
  • Fix several inconsistencies with require/package.path in the Lua REPL (Wojbie).
  • Fix private several IP address ranges not being blocked by the $private rule.
  • Improve permission checks in the /computercraft command.

[1.16.5] 1.101.3

07 Jul 19:00
aa89e51
Compare
Choose a tag to compare

New features in CC: Tweaked 1.101.3

  • Support LetsEncrypt certificates within the HTTP API (MCJack123).
  • Improve syntax errors when missing commas in tables, and on trailing commas in parameter lists.
  • speaker program now reports an error on common unsupported audio formats.
  • Small optimisations to the window API.

Several bug fixes:

  • Fix the REPL syntax reporting crashing on valid parses.
  • Ignore metatables in textutils.serialize.
  • Fix gps.locate returning nan when receiving a duplicate location (Wojbie).
  • Ignore metatables in textutils.serialize.
  • Fix wireless turtles having an invalid model.
  • Fix crash when turtles are exploded by a null explosion.
  • Lua REPL no longer accepts )( as a valid expression.
  • Fix several inconsistencies with require/package.path in the Lua REPL (Wojbie).
  • Fix private several IP address ranges not being blocked by the $private rule.
  • Improve permission checks in the /computercraft command.

[1.20.1] 1.105.0

13 Jun 17:08
5d6389d
Compare
Choose a tag to compare

New features in CC: Tweaked 1.105.0

  • Optimise JSON string parsing.
  • Add colors.fromBlit (Erb3).
  • Upload file size limit is now configurable (khankul).
  • Wired cables no longer have a distance limit.
  • Java methods now coerce values to strings consistently with Lua.
  • Add custom timeout support to the HTTP API.
  • Support custom proxies for HTTP requests (Lemmmy).
  • The speaker program now errors when playing HTTP files.
  • edit now shows an error message when editing read-only files.
  • Update Ukranian translation (SirEdvin).

Several bug fixes:

  • Allow GPS hosts to only be 1 block apart.
  • Fix "Turn On"/"Turn Off" buttons being inverted in the computer GUI (Erb3).
  • Fix arrow keys not working in the printout UI.
  • Several documentation fixes (zyxkad, Lupus590, Commandcracker).
  • Fix monitor renderer debug text always being visible on Forge.
  • Fix crash when another mod changes the LoggerContext.
  • Fix the monitor_renderer option not being present in Fabric config files.
  • Pasting on MacOS/OSX now uses Cmd+V rather than Ctrl+V.
  • Fix turtles placing blocks upside down when at y<0.

[1.19.4] 1.105.0

11 Jun 08:59
ec52f3e
Compare
Choose a tag to compare

New features in CC: Tweaked 1.105.0

  • Optimise JSON string parsing.
  • Add colors.fromBlit (Erb3).
  • Upload file size limit is now configurable (khankul).
  • Wired cables no longer have a distance limit.
  • Java methods now coerce values to strings consistently with Lua.
  • Add custom timeout support to the HTTP API.
  • Support custom proxies for HTTP requests (Lemmmy).
  • The speaker program now errors when playing HTML files.
  • edit now shows an error message when editing read-only files.
  • Update Ukranian translation (SirEdvin).

Several bug fixes:

  • Allow GPS hosts to only be 1 block apart.
  • Fix "Turn On"/"Turn Off" buttons being inverted in the computer GUI (Erb3).
  • Fix arrow keys not working in the printout UI.
  • Several documentation fixes (zyxkad, Lupus590, Commandcracker).
  • Fix monitor renderer debug text always being visible on Forge.
  • Fix crash when another mod changes the LoggerContext.
  • Fix the monitor_renderer option not being present in Fabric config files.
  • Pasting on MacOS/OSX now uses Cmd+V rather than Ctrl+V.
  • Fix turtles placing blocks upside down when at y<0.