Minecraft-bedrock-json-schemas icon indicating copy to clipboard operation
Minecraft-bedrock-json-schemas copied to clipboard

The JSON validation schema files for Minecraft bedrock

Results 19 Minecraft-bedrock-json-schemas issues
Sort by recently updated
recently updated
newest added

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" }...

bug

Add minecraft camera https://learn.microsoft.com/en-us/minecraft/creator/documents/cameracommandintroduction?view=minecraft-bedrock-stable

**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

bug
enhancement

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...

bug

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...

help wanted