Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/texture_file_system.json
2023-10-24 19:49:51 +02:00

13 lines
210 B
JSON

{
"title": "Texture File System",
"description": "The file system that the texture is in.",
"anyOf": [
{
"enum": ["RawPath"]
},
{
"$ref": "../../general/variable.json"
}
]
}