From cd50717c308eb7f5a4fcbb3c11e9bccdc4ed5723 Mon Sep 17 00:00:00 2001 From: AdamRaichu <91494019+AdamRaichu@users.noreply.github.com> Date: Sat, 8 Oct 2022 02:59:17 -0400 Subject: [PATCH] Fix README inconsistencies (#124) --- README.md | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index ba3cc609..7ecd85e3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Format json files](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/format-json-files.yml/badge.svg?branch=main&event=push)](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/format-json-files.yml) [![Unit Test](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/pull-request.yml/badge.svg)](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/pull-request.yml) -The json validation schema files for Minecraft bedrock +The JSON validation schema files for Minecraft bedrock - [Minecraft-bedrock-json-schemas](#minecraft-bedrock-json-schemas) - [Contributing](#contributing) @@ -13,13 +13,16 @@ The json validation schema files for Minecraft bedrock - [Contents](#contents) - [behavior files](#behavior-files) - [Resource files](#resource-files) - - [Contributing](#contributing-1) - [License](#license) ## 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](CONTRIBUTING.md) +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](CONTRIBUTING.md). + +This project could use 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! ## Manual Usage @@ -29,14 +32,14 @@ smaller schemas. On other matters follow the [Contribution guide](CONTRIBUTING.m OR - Copy the contents of `vscode-settings.json` into your `.code-workspace` file under the property settings: -```json +```JSON { - "folders": [ { "path": "." } ], - "settings": { - "json.schemas": [ - ... - ] - } + "folders": [ { "path": "." } ], + "settings": { + "json.schemas": [ + ... + ] + } } ``` @@ -44,7 +47,7 @@ smaller schemas. On other matters follow the [Contribution guide](CONTRIBUTING.m # Contents -## behavior files +## Behavior files - [Animation Controllers](behavior/animation_controllers/animation_controller.json) - [Animations](behavior/animations/animations.json) @@ -77,14 +80,7 @@ smaller schemas. On other matters follow the [Contribution guide](CONTRIBUTING.m - [Terrain texture](resource/textures/terrain_texture.json) - [Terrain list](resource/textures/texture_list.json) -## 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](https://github.com/MicrosoftDocs/minecraft-creator/blob/main/LICENSE) \ No newline at end of file +[CC-BY-4.0, MIT licenses](https://github.com/MicrosoftDocs/minecraft-creator/blob/main/LICENSE).