40569873a83bcadda0a784553e8d7e87cfdc9d58
* - Add crafting item catalogs * - Removed experimental warning for item visual * - Added renders_when_invisible entity component * - Removed experimental warning for liquid detection * - Added property inheritance to breedable * - Added min_looked_at_duration field to look_at component * - Added combine_parent_colors to breedable * - Update catalog file schema * - Split storage item components * - Added new entity filters * - Added surface opacity to water appearance biome component * - Remove actor_id loot table example as it is no longer the standard * - Add set_armor_trim trim loot table function * - Added match_tool loot table condition * - Added creature_spawn_probability component * - Added verticalFlySpeed to has_ability * - Update descriptions and default values * - Add base field to block_sounds * - Removed block sounds enum as creators can specify custom ones too * - Change default format version
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%