promotional bannermobile promotional banner

CommandCrafter

Useful Minecraft command tools in a Fabric mod and VSCode Extension (syntax highlighting, completion, debugging, etc.)

File Details

command-crafter-0.6.3+26.1.jar

  • R
  • Mar 24, 2026
  • 3.48 MB
  • 28
  • 26.1.2+2
  • Fabric

File Name

command-crafter-0.6.3+26.1.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:commandcrafter-1082764:7806309"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Updated to 26.1 Changes: - Auto completing a JSON or SNBT key no longer inserts a space after the colon. This is because typing the space manually allows VSCode to also load auto-completions for the value Removed: - Removed warning for missing `block_pos` tag when summoning a `BlockAttachedEntity`, since it doesn't prevent the entity from spawning Fixes: - Fixed completely missing nbt completions for `{equipment:{|}}` in `summon` - Fixed that it was impossible to build datapacks for multiple versions with `datapack build`. Overlay directories will be included in the built datapack now (as well as all other files in the datapack folder such as `.vscode`) and it is now possible to skip function validation at specific locations using `@language vanilla noBuildCheck` - Fixed `pack.mcmeta` analyzer not reading `"filter"` section - Fixed that multiline arguments at the end of a `@language vanilly easyNewLine` command were missing suggestions in the following lines if the argument had an error - Fixed completely missing analyzing of `pack.mcmeta` specifically on Windows (eww)