Started out as an project to help my son with Addons that was recently available in Minecraft Pocket Edition since version v0.16.0
I have been coding at work using Visual Studio Code and it has auto-complete for various JSON file formats and it turns out it uses JSON schemas to achieve that.
To set up Visual Studio Code to use the schemas provided, click here.
- server/entities
- components
- events
- server/loot_tables
- client/models
- Turn this into
extension
for Visual Studio Code. - Move setting up your favourite text editor to use JSON schemas to WIKI