diff --git a/README.md b/README.md index 93525fea..db09f379 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ # Minecraft-bedrock-json-schemas The json validation schema files for Minecraft bedrock + +- [Minecraft-bedrock-json-schemas](#minecraft-bedrock-json-schemas) + - [Behaviour files](#behaviour-files) + - [Resource files](#resource-files) + +## Behaviour files +- [Animations](behaviour/animations/animations.json) +- [Animation Controllers](behaviour/animation_controllers/animation_controller.json) +- [Blocks](behaviour/blocks/blocks.json) +- [Entities](behaviour/entities/entities.json) +- [Items](behaviour/items/items.json) +- [Loot tables](behaviour/loot_tables/loot_tables.json) +- [Recipes](behaviour/recipes/recipes.json) +- [Spawn rules](behaviour/spawn_rules/spawn_rules.json) +- [Trading](behaviour/trading/trading.json) + +## Resource files + +- [Animations](resource/animations/animations.json) +- [Animation Controllers](resource/animation_controllers/animation_controller.json) +- [Entity](resource/entity/entities.json) +- [Flipbook texture](resource/textures/flipbook_textures.json) +- [Item texture](resource/textures/item_texture.json) +- [Items](resource/items/items.json) +- [Materials](resource/materials/materials.json) +- [Models](resource/models/entity/model_entity.json) +- [Music](resource/sounds/music_definitions.json) +- [Particles](resource/particles/particles.json) +- [Render Controllers](resource/render_controllers/render_controllers.json) +- [Sounds](resource/sounds/sound_definitions.json) +- [Terrain texture](resource/textures/terrain_texture.json) \ No newline at end of file