Updated
This commit is contained in:
@@ -7,18 +7,18 @@
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"] },
|
||||
{ "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/1.8.0/number.json" } }
|
||||
{ "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } }
|
||||
],
|
||||
"description": "TODO description: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: radius", "title": "Radius" },
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/1.8.0/number.json",
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
@@ -34,9 +34,9 @@
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/1.8.0/number.json" },
|
||||
{ "$ref": "../../../../molang/1.8.0/number.json" },
|
||||
{ "$ref": "../../../../molang/1.8.0/number.json" }
|
||||
{ "$ref": "../../../../molang/number.json" },
|
||||
{ "$ref": "../../../../molang/number.json" },
|
||||
{ "$ref": "../../../../molang/number.json" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user