Skip to content

v0.13.0-pre11

Pre-release
Pre-release
Compare
Choose a tag to compare
@solvedDev solvedDev released this 15 Jul 13:04
· 1555 commits to master since this release

Features:

  • Cache changes
    The cache no longer uses the last_modified timestamp making the new cache system 100% reliable. There's now a bridge-file-version: #<NUMBER> comment at the top of all files you have edited with "bridge.". If you edit the file with another editor, just remove this comment or increase the number behind the #
  • Advanced MoLang support
    Edit MoLang in a dedicated window with auto-completions.
  • Default Directory
    You can now choose a default directory. Please be aware that the new directory also needs to be like the com.mojang repository: A development_behavior_packs & development_resource_packs folder is required!
  • There's now a dedicated screen if no behavior pack was detected
  • Added JSONTree.identity() method so plugins can hook into the node -> JSON conversion
  • Implemented data-driven text file highlighting... finally!
  • Pasting to a JSON node now has higher priority than pasting into an input

Fixes:

  • Plugins load correctly upon installation
  • Fixed component group test causing error
  • Fixed memory leak caused by windows not getting closed properly
  • Fixed text files being loaded incorrectly due to wrong cache format_version