Added documentation

This commit is contained in:
Daan Verstraten
2022-03-14 12:55:47 +01:00
parent 97887e43bb
commit 7b526f0aee
11 changed files with 43 additions and 68 deletions

View File

@@ -3,9 +3,10 @@
"$id": "blockception.minecraft.materials",
"type": "object",
"title": "Material",
"description": "UNDOCUMENTED",
"description": "A collection of material specifications for the render engine of minecraft",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"required": ["materials"],
"definitions": {
"DefinesSpecification": {
"type": "array",
@@ -266,7 +267,7 @@
"materials": {
"type": "object",
"title": "Materials",
"description": "UNDOCUMENTED",
"description": "The collection of materials, each property key is the identification key of the material, and what it implements if : are used",
"$comment": "UNDOCUMENTED",
"required": ["version"],
"properties": {