Xterionix ca1b07bc2d Update from 1.21.0 to 1.21.30 (#307)
* - Remove deprecated biome components
* - Remove block hcf
* - Add item specific destroy speeds
* - Add owner distance filter
* - Update scatter feature distribution property
* - Add new entity components
- Remove behavior.peek
* - Add new item components
- Remove hcf item stuff
* - Remove volumes
* - Add set_potion loot table function
* - Mark fields as required
* - Add item display transforms
* - Add redstone conductivity block component
* - Add is_navigating filter
* - Fix move around target ref
* - Add pack namespaced loot tables functions
2024-09-22 13:25:16 +02:00
2024-03-23 10:53:03 +01:00
2024-01-06 22:30:57 +01:00
2022-08-05 19:36:04 +02:00
2021-06-06 11:39:21 +02:00
2022-08-05 19:36:04 +02:00
2021-08-18 21:21:29 +02:00
2024-08-18 17:55:00 +02:00
2022-09-20 19:40:08 +02:00
2023-10-24 19:49:08 +02:00
2021-10-21 14:41:38 +02:00
2023-02-21 19:21:04 +01:00
2021-09-24 15:35:27 +02:00
2022-10-28 16:03:21 +02:00
2023-10-14 19:15:15 +02:00
2020-11-02 11:31:49 +01:00
2020-11-01 17:23:45 +01:00
2023-10-24 19:49:08 +02:00
2024-05-11 12:12:10 +02:00
2024-04-02 09:55:24 +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.

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

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

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%