Files
minecraft-bedrock-json-schemas/source/molang/arraynumber3.json

10 lines
295 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"title": "Molang Array Of 3 Numbers",
"description": "The minecraft molang definition that results in a 3 floats",
2021-11-09 18:10:15 +01:00
"items": [
{ "$ref": "./number.json", "minLength": 0 },
{ "$ref": "./number.json", "minLength": 0 },
{ "$ref": "./number.json", "minLength": 0 }
]
2021-06-06 10:07:19 +00:00
}