Xterionix c9449c75d6 Updated for 1.21.70 along with other improvements (#337)
* Update vscode-settings.json

* - Updated map color

* - Added replaceable block component

* - Effect durations can be set to infinite now

* - Added support for entity sound variants

* - Fix description for renders_when_invisible entity component

* - Added is_collidable component

* - Updated entity_sensor

* - Added body_rotation_axis_aligned

* - Updated projectile > on_hit

* - Set min and max for collision_box

* - Added locator field to sounds in animation controllers and animations

* - Added new event response

* - Removed peak_factor from mountain_parameters component

* - Added isotropic field to material_instances

* - Added tint field to material_instances

* - Added input_air_controlled entity component

* - Added use_beta_features property to entity.json

* - Added missing match_tool property

* - Added use_home_position_restriction to float_wander goal

* - Added deferred client biome components

* - Added dry_foliage_color client biome component

* - Added destruction_particles

* - Marked biome tinting as experimental

* - Fix property_inheritance under breedable

* - Fix inconsistency with scatter feature

* - Update rideable description

* - Allowed event.add/remove to be strings

* - Added missing property in move_around_target behavior

* - Made features accept block references

* - Allowed repairable to use item descriptors

* - Fix typo
2025-03-03 08:44:05 +01:00
2024-11-09 10:08:30 +01:00
2024-11-18 15:33:19 +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
2024-11-09 10:08:30 +01: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
2024-11-09 10:08:30 +01:00
2022-10-28 16:03:21 +02:00
2024-11-09 15:14:05 +01:00
2020-11-02 11:31:49 +01:00
2024-11-09 10:08:30 +01:00
2024-11-09 10:08:30 +01:00
2020-11-01 17:23:45 +01:00
2023-10-24 19:49:08 +02:00
2024-11-09 10:13:22 +01:00
2024-11-09 10:08:30 +01:00
2025-02-13 14:38:27 +01: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%