Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/components/part_visibility.json
Daan Verstraten 2fe9f2ed70 Starting on blocks (#137)
* Starting on blocks

* Updated collision box

* Updated block components

* Fixed block/rotation

* Making orbi responsible for dependencies

* Updating blocks

* trigger -> triggers
2022-10-29 16:36:39 +02:00

12 lines
653 B
JSON

{
"$id": "blockception.minecraft.behavior.blocks.minecraft.part_visibility",
"title": "Part Visibility",
"description": "[Experimental] Maps bone names in a geometry file to a condition that turns their rendering on/off. The condition should be a Molang query that uses block properties to determine true/false.",
"type": "object",
"additionalProperties": {
"title": "Part Visibility",
"description": "[Experimental] Maps bone names in a geometry file to a condition that turns their rendering on/off. The condition should be a Molang query that uses block properties to determine true/false.",
"type": ["string", "boolean"]
}
}