mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-21 20:46:28 +00:00
24 lines
795 B
JSON
24 lines
795 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3126701690",
|
|
"title": "minecraft:can_destroy_in_creative v1.20.50",
|
|
"description": "The can_destroy_in_creative component determines if the item can be used by a player to break blocks when in creative mode.",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"description": "Determines whether the item can be used to destroy blocks while in creative mode.",
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "CanDestroyInCreative v1.20.50"
|
|
}
|
|
} |