c59c56a9ad29b4fd1532187f8414511c6f95d3d8
Minecraft-bedrock-json-schemas
The json validation schema files for Minecraft bedrock
Manual Usage
Vscode
- Copy the
vscode-settings.jsonfile into the.vscodefolder in your project and rename it to:settings.json
OR - Copy the contents of
vscode-settings.jsoninto your.code-workspacefile under the property settings:
{
"folders": [ { "path": "." } ],
"settings": {
"json.schemas": [
...
]
}
}
Contents
Behaviour files
Resource files
- Animations
- Animation Controllers
- Attachables
- Biomes client
- Blocks
- Entity
- Flipbook texture
- Fog
- Item texture
- Items
- Materials
- Models
- Music
- Particles
- Render Controllers
- Sounds
- Terrain texture
- Terrain list
Contributing
This project could more help in filling in descriptions, titles and giving snippets!
Json validation can give snippets for sub items. as well as description, but this hasn't always been filled out!
Description
Languages
TypeScript
95.6%
JavaScript
3.3%
Makefile
1.1%