Skip to content

0.3.0-apha

Compare
Choose a tag to compare
@JoachimCoenen JoachimCoenen released this 22 Jun 15:24
· 339 commits to develop since this release

Features

  • Added support for different data pack versions (separate from the MC version).
  • Added call tips for mcFunction files.
  • Added syntax checking for JSON files.
  • Added basic code suggestions for JSON files.
  • Added basic code insight (tooltips) for JSON files.
  • Added validation support for JSON files. (issue #4)
  • Added file specific validation & suggestions for tag files (files in 'data/{namespace}/tags/'). (issue #6)
  • Added validation for raw json text (minecraft:component type) in mcFunction files.
  • Added custom Styler support, including multi-language support for a single file.
  • Added color scheme support

Improvements

  • Improved create-new-file dialog.
  • Added minecraft:predicate type (for mcFunction validation).
  • Improved code suggestions for mcFunction files.
  • Improved code insight (tooltips) for mcFunction files.
  • JsonStringContext implementations are now part of the datapack version.
  • Added JsonArgType to replace the commands.ArgumentType for JsonSchemas.
  • Added gameEvents field to MCVersion.

Fixes

  • Reverted changes to resource location parsing.
  • Fixed validation of minecraft:component command argument returning wrong error type.