Minecraft-bedrock-json-schemas
Minecraft-bedrock-json-schemas copied to clipboard
The JSON validation schema files for Minecraft bedrock
https://learn.microsoft.com/en-us/minecraft/creator/documents/deferredlighting?view=minecraft-bedrock-stable
When using the autocomplete format for the minecraft:icon component on items it gives you the wrong format for the component. Autocomplete format: ``` "minecraft:icon": { "textures": { "default": "stick" }...
Add minecraft camera https://learn.microsoft.com/en-us/minecraft/creator/documents/cameracommandintroduction?view=minecraft-bedrock-stable
Closes #276
**Is your feature request related to a problem? Please describe.** The `examples` while useful, is kinda annoying to use because they put your cursor at the end of the example...
- Remove use_duration component - Update use_animations list - Add stackable example for 16 - Disallow additional properties under icon
Update attachables.json and add improved documentation of sound_effects. Fixed a bug where the data type was an array and it should have been an object causing it to be invalid...
Many item components also support a format similar to `"minecraft:component": true` rather than `"minecraft:component": { "value": true }`
Is it possible to support NeoVim with LSP config? I tried to convert `vscode-setting.json` to `jsonls.lua` but doesn't work.... btw that's my `jsonls.lua` if someone wants to help me ```lua...