Files
minecraft-bedrock-json-schemas/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json
2021-06-03 20:42:46 +02:00

20 lines
1.0 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"type": "object",
"additionalProperties": false,
"properties": {
"description": {
"title": "Description",
"description": "",
"type": "object",
"properties": {
"identifier": {
"title": "Identifier",
"description": "The name of this feature in the form 'namespace_name:feature_name'. 'feature_name' must match the filename.",
"type": "string",
"$ref": "../../../../general/feature/identifier.json"
}
}
}
}
}