Skip to content

Levertion/minecraft-json-schemas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minecraft-json-schema

Updated to: Minecraft Java Edition 1.14

Json schemas for Minecraft files. Information about json schemas can be found at json-schema.org

Design choices

  • The use of the minecraft: namespace is mandatory anywhere it can be used. This does mean that it will not necessarily validate against all vanilla files

Current progress

At the moment, the following schemas are provided in the java folder:

  1. Advancements
  2. pack.mcmeta for both data and resource packs
  3. *.mcmeta animation files
  4. Loot tables
  5. sounds.json
  6. Models
  7. Recipes

Future plans

The following files should be supported in the future

  1. Bedrock schemas

License

Creative Commons Licence
This work is licensed under a Creative Commons Attribution 4.0 International License.

Note that in 41a72f7 and earlier, the schemas were available under the unlicense

Projects known to be using this