Skip to content

v1.7.15

Compare
Choose a tag to compare
@solvedDev solvedDev released this 19 Nov 14:27
· 96 commits to master since this release
69c9b6e

Features:

  • Custom components can now access current file format version for building more robust code that works for multiple Minecraft versions
  • Better handling of execute>commands custom syntax
    • Now compiles simple strings without an error
    • Better error reports for invalid syntax
    • On "v1.16.100" file format versions, this syntax now compiles to Minecraft's native run_command event response
  • Added support for custom commands inside of entity, block & item run_command event response

Changes:

  • Added new argument to $versioned_templates to easily combine them with $dynamic_templates
  • Improved "escape" behavior:
    • Now first removes focus from inputs without unselecting the current node
    • If no input is focused, bridge. will unselect the current node
  • Updated project target version description

Fixes:

  • Fixed project refreshing
  • Fixed bridge. Core built-in plugin not activating/deactivating correctly
  • Fixed $dynamic_template with $if showing up in auto-completions if $if evaluates to false