2020-11-25 10:32:34 +01:00
{
2021-04-04 13:52:35 +02:00
"$id" : "blockception.minecraft.behavior.blocks.1.10.0.minecraft.material_instances" ,
2020-11-25 10:32:34 +01:00
"type" : "object" ,
2021-03-21 15:18:38 +01:00
"title" : "Material Instances 1.10.0" ,
2020-11-25 10:32:34 +01:00
"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" : {
2021-03-21 15:18:38 +01:00
"title" : "Material Instance" ,
2020-11-25 10:32:34 +01:00
"description" : "A single material instance" ,
"additionalProperties" : false ,
"properties" : {
2021-03-21 15:18:38 +01:00
"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" : "TODO description" , "enum" : [ "blend" , "opaque" , "alpha_test" ] } ,
"texture" : { "type" : "string" , "title" : "Texture" , "description" : "TODO description" }
2020-11-25 10:32:34 +01:00
}
}
} ,
2021-03-21 15:18:38 +01:00
"properties" : { "*" : { "$ref" : "#/definitions/material_instance" } } ,
"additionalProperties" : { "$ref" : "#/definitions/material_instance" }
2020-11-25 10:32:34 +01:00
}