Fix README inconsistencies (#124)
This commit is contained in:
36
README.md
36
README.md
@@ -4,7 +4,7 @@
|
|||||||
[](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/format-json-files.yml)
|
[](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/format-json-files.yml)
|
||||||
[](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/pull-request.yml)
|
[](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)
|
- [Minecraft-bedrock-json-schemas](#minecraft-bedrock-json-schemas)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
@@ -13,13 +13,16 @@ The json validation schema files for Minecraft bedrock
|
|||||||
- [Contents](#contents)
|
- [Contents](#contents)
|
||||||
- [behavior files](#behavior-files)
|
- [behavior files](#behavior-files)
|
||||||
- [Resource files](#resource-files)
|
- [Resource files](#resource-files)
|
||||||
- [Contributing](#contributing-1)
|
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
## Contributing
|
## 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
|
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)
|
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
|
## Manual Usage
|
||||||
|
|
||||||
@@ -29,14 +32,14 @@ smaller schemas. On other matters follow the [Contribution guide](CONTRIBUTING.m
|
|||||||
OR
|
OR
|
||||||
- Copy the contents of `vscode-settings.json` into your `.code-workspace` file under the property settings:
|
- Copy the contents of `vscode-settings.json` into your `.code-workspace` file under the property settings:
|
||||||
|
|
||||||
```json
|
```JSON
|
||||||
{
|
{
|
||||||
"folders": [ { "path": "." } ],
|
"folders": [ { "path": "." } ],
|
||||||
"settings": {
|
"settings": {
|
||||||
"json.schemas": [
|
"json.schemas": [
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -44,7 +47,7 @@ smaller schemas. On other matters follow the [Contribution guide](CONTRIBUTING.m
|
|||||||
|
|
||||||
# Contents
|
# Contents
|
||||||
|
|
||||||
## behavior files
|
## Behavior files
|
||||||
|
|
||||||
- [Animation Controllers](behavior/animation_controllers/animation_controller.json)
|
- [Animation Controllers](behavior/animation_controllers/animation_controller.json)
|
||||||
- [Animations](behavior/animations/animations.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 texture](resource/textures/terrain_texture.json)
|
||||||
- [Terrain list](resource/textures/texture_list.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
|
## License
|
||||||
|
|
||||||
This project makes use of Microsoft open source 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)
|
[CC-BY-4.0, MIT licenses](https://github.com/MicrosoftDocs/minecraft-creator/blob/main/LICENSE).
|
||||||
|
|||||||
Reference in New Issue
Block a user