Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -9,10 +9,10 @@
"description": "A single material instance",
"additionalProperties": false,
"properties": {
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTATED" },
"face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTATED" },
"render_method": { "type": "string", "title": "Render Method", "description": "UNDOCUMENTATED", "enum": ["blend", "opaque", "alpha_test"] },
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTATED" }
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTED" },
"face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTED" },
"render_method": { "type": "string", "title": "Render Method", "description": "UNDOCUMENTED", "enum": ["blend", "opaque", "alpha_test"] },
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED" }
}
}
},

View File

@@ -11,7 +11,7 @@
"items": {
"type": "object",
"title": "Condition",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"properties": {
"allowed_faces": {
"title": "Allowed Faces",
@@ -23,7 +23,7 @@
"title": "Block Filter",
"description": "List of blocks (can use tags to specify them) that this block can be placed against in the allowed_faces direction",
"type": "array",
"items": { "type": "string", "title": "Block Identifier", "description": "UNDOCUMENTATED" }
"items": { "type": "string", "title": "Block Identifier", "description": "UNDOCUMENTED" }
}
}
}