41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"$id": "blockception.minecraft.behavior.blocks.1.16.100.minecraft.material_instances",
|
|
"type": "object",
|
|
"title": "Material Instances 1.16.100",
|
|
"description": "Maps face or material_instance names in a geometry file to an actual material instance. Material instance can either be a full material instance or a name to another already defined instance",
|
|
"definitions": {
|
|
"material_instance": {
|
|
"title": "Material Instance",
|
|
"description": "A single material instance",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"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", "$comment": "UNDOCUMENTED" }
|
|
}
|
|
}
|
|
},
|
|
"properties": { "*": { "$ref": "#/definitions/material_instance" } },
|
|
"additionalProperties": { "$ref": "#/definitions/material_instance" }
|
|
}
|