These are JSON schemas for the various components of a Minecraft: Bedrock Edition Addon
Copy the settings from vscode-settings.json to your workspace or user settings.
For other programs/IDEs you will need to set it up yourself. The main files you’ll want to configure are:
| Description | File |
|---|---|
| The addon manifest | manifest.json |
| Animation controllers | actor_animation_controller.json |
| Animations | actor_animation.json |
| Entities | client_entity.actor_resource_definition.json |
| Attachables | attachable.actor_resource_definition.json |
| Render controllers | render_controller.json |
| Entity Geometry | geometry.json |