Files
minecraft-bedrock-json-schemas/source/behavior/items/format/components/custom_components.json
2024-05-24 12:50:22 +02:00

10 lines
277 B
JSON

{
"$id": "blockception.minecraft.behavior.items.minecraft.custom_components",
"title": "Custom Components",
"description": "Used to register custom components.",
"additionalProperties": false,
"type": "array",
"items": {
"type": "string"
}
}