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

10 lines
296 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"title": "Molang Array Of 3 Numbers",
2022-07-22 19:41:04 +02:00
"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
}