Files
minecraft-bedrock-json-schemas/resource/render_controllers/render_controllers.json

1 line
6.7 KiB
JSON
Raw Normal View History

2021-11-16 12:09:40 +00:00
{"$id":"blockception.minecraft.render_controllers","examples":[{"format_version":"1.17.0","render_controllers":{"controller.render.example":{"geometry":"Geometry.default","materials":[{"*":"Material.default"}],"textures":["Texture.default"]}}}],"additionalProperties":false,"type":"object","title":"Render Controllers","description":"Render_controllers","definitions":{"color":{"anyOf":[{"type":"number","description":"A color definition as number, between 0 and 1","minimum":0,"maximum":1,"title":"Color Number"},{"type":"string","description":"A color definition in molang, between 0 and 1","title":"Molang Color"}]},"A":{"title":"Format Version","description":"A version that tells minecraft what type of data format can be expected when reading this file.","pattern":"^([1-9]+)\\.([0-9]+)\\.([0-9]+)$","type":"string","examples":["1.17.40","1.17.30","1.17.0","1.16.0","1.15.0","1.14.0","1.13.0","1.12.0","1.10.0","1.8.0"]},"B":{"title":"Molang Number","description":"The minecraft molang definition that results in a float","anyOf":[{"type":"string","minLength":0},{"type":"number"}],"examples":[0,"query.variant","(1.0)"]}},"properties":{"format_version":{"$ref":"#/definitions/A"},"render_controllers":{"type":"object","propertyNames":{"pattern":"^controller\\.render\\.[a-z\\.]+"},"additionalProperties":{"title":"Render Controller","additionalProperties":false,"type":"object","description":"A single render_controller","required":["geometry","materials"],"properties":{"arrays":{"type":"object","title":"Arrays","additionalProperties":false,"description":"A collection of definition of arrays","properties":{"geometries":{"type":"object","minProperties":1,"description":"A collection of Geometry array","title":"Geometries","additionalProperties":{"type":"array","items":{"type":"string","pattern":"^[Gg]eometry\\..+","description":"A geometry item, must be defined in the entity","title":"Geometry Reference"},"description":"A geometry array definition","title":"Geometries"}},"materials":{"type":"object","minProperties":1,"description":"A collection of materials array","title":"Materials","additionalProperties":{"type":"array","items":{"type":"string","pattern":"^[Mm]aterial\\..+","description":"A material item, must be defined in the entity","title":"Material"},"description":"A material array definition","title":"Materials"}},"textures":{"type":"object","minProperties":1,"description":"A collection of texture array","title":"Textures","additionalProperties":{"type":"array","description":"Textures","title":"Texture","items":{"type":"string","pattern":"^[Tt]exture\\..+","default":"texture.","description":"An texture item","title":"Texture"}}}}},"color":{"additionalProperties":false,"type":"object","properties":{"r":{"$ref":"#/definitions/color","description":"The value of red, between 0 and 1","title":"R"},"g":{"$ref":"#/definitions/color","description":"The value of green, between 0 and 1","title":"G"},"b":{"$ref":"#/definitions/color","description":"The value of blue, between 0 and 1","title":"B"},"a":{"$ref":"#/definitions/color","description":"The value of alpha, between 0 and 1","title":"A"}},"description":"UNDOCUMENTED: color","title":"Color"},"filter_lighting":{"type":"boolean","description":"UNDOCUMENTED: filter lighting","title":"Filter Lighting"},"geometry":{"type":"string","description":"UNDOCUMENTED: geometry","title":"Geometry"},"ignore_lighting":{"type":"boolean","description":"UNDOCUMENTED: ignore lighting","title":"Ignore Lighting"},"is_hurt_color":{"additionalProperties":false,"type":"object","description":"The color to overlay on the entity when hurt","title":"Is Hurt Color","properties":{"r":{"$ref":"#/definitions/color","description":"The value of red, between 0 and 1","title":"R"},"g":{"$ref":"#/definitions/color","description":"The value of green, between 0 and 1","title":"G"},"b":{"$ref":"#/definitions/color","description":"The value of blue, between 0 and 1","title":"B"},"a":{"$ref":"#/definitions/color","description":"The value of alpha, between 0 and 1","title":"A"}}},"light_color_multiplier":{"$ref":"#/definitions/