Skip to content

[1.19.2] 1.101.3

Compare
Choose a tag to compare
@SquidDev SquidDev released this 07 Jul 19:01
· 2 commits to mc-1.19.2 since this release
f9bb1b4

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.