5503ea561256d89d52e1cccf800272303cf7b9c9
* - Added replacements for enderman block place/take behaviors * - Added transport items goal * - Added grass_is_shaded property * - Removed experimental tag for movable component * - Remove experimental tag from random offset * - Added can_wear_armor field * - Added "none" heightmap projection * - Improved descriptions for jigsaw rule * - Added blockstate and random block state predicates * - Improve rule descriptions * - Added min and max values for terrain texture variations * - Update template pool with empty pool * - Improved surface builder component * - Added humidity biome component * - Added partially frozen biome component * - Renamed to rotation_axis_aligned * - Added map_tints biome component
Minecraft-bedrock-json-schemas
The JSON validation schema files for Minecraft bedrock
Contributing
Any changes to the schemas are to be done through the source files in the folder source. These get converted and compressed through an action into smaller schemas. On other matters follow the Contribution guide.
This project could use 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!
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
Behavior files
- Animation Controllers
- Animations
- Blocks
- Entities
- Items
- Loot tables
- Recipes
- Spawn rules
- Trading
- Jigsaws
- Crafting Item Catalog
Resource files
- Animations
- Animation Controllers
- Attachables
- Biomes
- Biomes client
- Blocks
- Entity
- Flipbook texture
- Fog
- Item texture
- Items
- Materials
- Models
- Music
- Particles
- Render Controllers
- Sounds
- Terrain texture
- Terrain list
- Texture Set
License
This project makes use of Microsoft open source license: CC-BY-4.0, MIT licenses.
Description
Languages
TypeScript
95.6%
JavaScript
3.3%
Makefile
1.1%