AdamRaichu e2114aa574 Fix minor problems in contributing, update vscode-settings.json urls (#123)
* Fix spelling, add missing comma, comply with markdownlint style guide

* Update vscode-settings.json file to use format and files that actually work. Old urls returned 40
 errors
2022-10-07 17:15:28 +02:00
2022-10-06 21:32:49 +02:00
2022-09-08 20:03:23 +02:00
2022-10-06 19:33:12 +00:00
2022-10-02 19:51:25 +00:00
2022-08-05 19:36:04 +02:00
2022-10-01 17:30:42 +00:00
2021-06-06 11:39:21 +02:00
2022-08-05 19:36:04 +02:00
2022-10-06 21:32:49 +02:00
2021-08-18 21:21:29 +02:00
2022-10-06 21:32:49 +02:00
2022-09-20 19:40:08 +02:00
2022-09-06 20:00:52 +02:00
2021-10-21 14:41:38 +02:00
2021-08-18 20:15:02 +02:00
2021-09-24 15:35:27 +02:00
2021-08-18 20:15:02 +02:00
2022-08-20 12:51:51 +02:00
2020-11-02 11:31:49 +01:00
2020-11-01 17:23:45 +01:00
2022-07-20 21:49:37 +02:00
2022-09-16 14:56:57 +02:00
2022-10-01 19:37:37 +02:00
2021-09-27 10:44:21 +02:00

Minecraft-bedrock-json-schemas

Compress Json Schemas Format json files Unit Test

The json validation schema files for Minecraft bedrock

Contributing

Any changes to the schemas are to be done through the source files in the folder source. these get converted and compressed through an action into smaller schemas. On other matters follow the Contribution guide

Manual Usage

Vscode

  • Copy the vscode-settings.json file into the .vscode folder in your project and rename it to: settings.json
    OR
  • Copy the contents of vscode-settings.json into your .code-workspace file under the property settings:
{
	"folders": [ { "path": "." } ],
	"settings": {
		"json.schemas": [
			...
		]
	}
}

Contents

behavior files

Resource files

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!

License

This project makes use of Microsoft open source license: CC-BY-4.0, MIT licenses

Description
No description provided
Readme BSD-3-Clause 8.6 MiB
Languages
TypeScript 95.6%
JavaScript 3.3%
Makefile 1.1%