- Fixed incompatibility with some mods that caused the following crash on start:
Critical problem: command_crafter.mixins.json:parser.vanilla_improved.JsonReaderAccessor from command_crafter target com.google.gson.stream.JsonReader was loaded too early.
Also download the VSCode extension update to get all new features!
New features:
- Updated to 1.21.5 :D
- Viewing and editing scoreboards and storages in VSCode! (Scoreboard/Storage Viewer can be found at the bottom of the "Explorer" tab in VSCode)
- More auto completions in functions
- Print command output to debug console while debugging
- See rotation from command context while debugging
- It's now possible to start services (language server and debugger) on a dedicated server (see config)
Changes:
@language
directive no longer takes arguments in parentheses. Instead, arguments are written after the language id separated by a whitespace. For example@language vanilla(improved)
becomes@language vanilla improved
- Inline tags are no longer written as a comma separated list in parentheses. Instead, inline tags are written as SNBT that represents the
values
field from normal tags. For example@e[type=(minecraft:zombie, minecraft:skeleton)]
becomes@e[type=["minecraft:zombie","minecraft:skeleton"]]
.
And lots of bugfixes!
- Updated to 1.21.4
- Updated to 1.21.2-1.21.3
- When debugging a function, command outputs are now printed in the debug console
- Bugfixes