Updated comments
This commit is contained in:
@@ -9,16 +9,29 @@
|
||||
"description": "A single material instance",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"ambient_occlusion": {
|
||||
"title": "Ambient Occlusion",
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"face_dimming": {
|
||||
"title": "Face Dimming",
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"render_method": {
|
||||
"type": "string",
|
||||
"title": "Render Method",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"enum": ["blend", "opaque", "alpha_test"]
|
||||
},
|
||||
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"title": "Condition",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"allowed_faces": {
|
||||
"title": "Allowed Faces",
|
||||
@@ -24,7 +25,13 @@
|
||||
"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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "Block Identifier",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user