Files
2022-07-22 19:41:04 +02:00

10 lines
296 B
JSON

{
"title": "Molang Array Of 3 Numbers",
"description": "The minecraft molang definition that results in a 3 floats.",
"items": [
{ "$ref": "./number.json", "minLength": 0 },
{ "$ref": "./number.json", "minLength": 0 },
{ "$ref": "./number.json", "minLength": 0 }
]
}