Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/components/part_visibility.json

12 lines
653 B
JSON
Raw Normal View History

2021-09-21 23:02:34 +02:00
{
2022-06-07 21:39:02 +02:00
"$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.",
2021-09-21 23:02:34 +02:00
"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"]
2021-09-21 23:02:34 +02:00
}
}