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
|
|
|
}
|