Skip to content

[1.16.5] 1.101.0

Compare
Choose a tag to compare
@SquidDev SquidDev released this 01 Nov 21:41
· 24 commits to mc-1.16.x since this release
6b93faf

New features in CC: Tweaked 1.101.0

  • Improvee Dutch translation (Quezler)
  • Better reporting of fatal computer timeouts in the server log.
  • Convert detail providers into a registry, allowing peripheral mods to read item/block details.
  • Redesign the metrics system. /computercraft track now allows computing aggregates (total, max, avg) on any metric, not just computer time.
  • File drag-and-drop now queues a file_transfer event on the computer. The
    built-in shell or the import program must now be running to upload files.
  • The peripheral now searches for remote peripherals using any peripheral with the peripheral_hub type, not just wired modems.
  • Add include_hidden option to fs.complete, which can be used to prevent hidden files showing up in autocomplete results. (IvoLeal72)
  • Add shell.autocomplete_hidden setting. (IvoLeal72)

Several bug fixes:

  • Prevent edit's "Run" command scrolling the terminal output on smaller
    screens.
  • Remove some non-determinism in computing item's nbt hash.
  • Don't set the Origin header on outgoing websocket requests.