This commit is contained in:
DaanV2
2021-06-05 21:54:49 +02:00
parent 7fa54de89d
commit a0e4135b59
56 changed files with 717 additions and 147 deletions

View File

@@ -15,7 +15,7 @@
"minProperties": 1,
"additionalProperties": {
"oneOf": [
{ "type": "string", "$ref": "../../../molang/1.8.0/string.json" },
{ "type": "string", "$ref": "../../../molang/string.json" },
{ "type": "number", "description": "A blend weight" }
]
}
@@ -152,7 +152,7 @@
"type": "object",
"required": ["input"],
"properties": {
"input": { "$ref": "../../../molang/1.8.0/number.json" },
"input": { "$ref": "../../../molang/number.json" },
"remap_curve": { "additionalProperties": { "type": "number" } }
}
}