10 lines
295 B
JSON
10 lines
295 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 }
|
|
]
|
|
}
|