2021-06-06 10:07:19 +00:00
{
"$id" : "blockception.minecraft.behavior.blocks.1.10.0.minecraft.material_instances" ,
"type" : "object" ,
"title" : "Material Instances 1.10.0" ,
"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" : {
2021-06-16 16:19:12 +02:00
"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" }
2021-06-06 10:07:19 +00:00
}
}
} ,
"properties" : { "*" : { "$ref" : "#/definitions/material_instance" } } ,
"additionalProperties" : { "$ref" : "#/definitions/material_instance" }
}