1.3.1 • Published 6 years ago
datapack-json-schemas v1.3.1
datapack-json-schemas
Update to: Minecraft Java Edition 19w38b
JSON schemas for Minecraft: Java Edition datapack JSON files. Information about json schemas can be found at json-schema.org.
You can see vscode-datapack-helper-plus-json for a use if you are using VSCode.
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
File Struture
src: Stores all JSON Schemas.shared: Stores all common JSON Schemas. Some of them are generated by./scripts/convert.jsso you don't change them manually.tags: Stores JSON Schemas for tags.advancement.json: JSON Schema for advancements.loot_table.json: JSON Schema for loot tables.pack.mcmeta.json: JSON Schema forpack.mcmeta.predicate.json: JSON Schema forpredicates.recipe.json: JSON Schema for recipes.
scripts: Stores useful tools.convert.js: Convertregistries.jsongenerated by Minecraft data generator tosharedfiles
License
This work is licensed under a Creative Commons Attribution 4.0 International License.
This work is based on Levertion/minecraft-json-schema created by @Levertion which is released under a CC BY 4.0 license. I keep it updated with Minecraft.
Contributing
Contributions are welcome!