Updated
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"color": {
|
"color": {
|
||||||
"title": "Color",
|
"title": "Color",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{ "type": "array", "description": "Direct color field", "items": { "$ref": "../../../molang/number.json" } },
|
{ "type": "array", "description": "Direct color field", "items": { "$ref": "../../../molang/number.json" } },
|
||||||
{ "type": "string", "format": "color-hex", "description": "Direct color field" },
|
{ "type": "string", "format": "color-hex", "description": "Direct color field" },
|
||||||
@@ -48,9 +50,7 @@
|
|||||||
"interpolant": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: interpolant", "title": "Interpolant" }
|
"interpolant": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: interpolant", "title": "Interpolant" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"description": "UNDOCUMENTED",
|
|
||||||
"$comment": "UNDOCUMENTED"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,6 +39,8 @@
|
|||||||
"basic_render_parameters": {
|
"basic_render_parameters": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"description": "UNDOCUMENTED: basic render parameters",
|
||||||
|
"title": "Basic Render Parameters",
|
||||||
"properties": {
|
"properties": {
|
||||||
"material": {
|
"material": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -47,9 +49,7 @@
|
|||||||
"title": "Material"
|
"title": "Material"
|
||||||
},
|
},
|
||||||
"texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter", "title": "Texture" }
|
"texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter", "title": "Texture" }
|
||||||
},
|
}
|
||||||
"description": "UNDOCUMENTED: basic render parameters",
|
|
||||||
"title": "Basic Render Parameters"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "UNDOCUMENTED: description",
|
"description": "UNDOCUMENTED: description",
|
||||||
|
|||||||
Reference in New Issue
Block a user