Files
minecraft-bedrock-json-schemas/README.md

40 lines
1.7 KiB
Markdown
Raw Normal View History

2020-11-01 17:15:55 +01:00
# Minecraft-bedrock-json-schemas
The json validation schema files for Minecraft bedrock
2020-11-01 18:09:15 +01:00
- [Minecraft-bedrock-json-schemas](#minecraft-bedrock-json-schemas)
- [Behaviour files](#behaviour-files)
- [Resource files](#resource-files)
2020-11-18 10:14:32 +01:00
- [Contributing](#contributing)
2020-11-01 18:09:15 +01:00
## 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)
2020-11-18 10:10:57 +01:00
- [Fog](resource/fog/fog.json)
2020-11-01 18:09:15 +01:00
- [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)
2020-11-18 10:14:32 +01:00
- [Terrain texture](resource/textures/terrain_texture.json)
## 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!