This commit is contained in:
DaanV2
2021-11-16 14:11:08 +01:00
parent c2d806f31f
commit a0fcf71add
2 changed files with 6 additions and 6 deletions

View File

@@ -7,6 +7,8 @@
"properties": {
"color": {
"title": "Color",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"anyOf": [
{ "type": "array", "description": "Direct color field", "items": { "$ref": "../../../molang/number.json" } },
{ "type": "string", "format": "color-hex", "description": "Direct color field" },
@@ -48,9 +50,7 @@
"interpolant": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: interpolant", "title": "Interpolant" }
}
}
],
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
]
}
}
}

View File

@@ -39,6 +39,8 @@
"basic_render_parameters": {
"additionalProperties": false,
"type": "object",
"description": "UNDOCUMENTED: basic render parameters",
"title": "Basic Render Parameters",
"properties": {
"material": {
"type": "string",
@@ -47,9 +49,7 @@
"title": "Material"
},
"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",