{"$id":"blockception.minecraft.behavior.point_lights.global","type":"object","additionalProperties":false,"properties":{"format_version":{"$ref":"#/definitions/A"},"minecraft:point_light_settings":{"title":"Point Light Settings","description":"UNDOCUMENTED","type":"object","additionalProperties":false,"required":["colors"],"properties":{"colors":{"title":"Colors","description":" List of key-value pairs where the key is a namespace-qualified block name and the value is a color","type":"object","additionalProperties":false,"patternProperties":{"^[0-9a-zA-Z:_\\.\\-]+$":{"$ref":"#/definitions/B"},"tile.[\\w.]+.name":{"$ref":"#/definitions/B"}}}}}},"definitions":{"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","default":"1.21.60","examples":["1.21.50","1.20.80","1.20.40","1.19.0","1.12.0","1.10.0","1.8.0"],"defaultSnippets":[{"label":"New Format version","body":"1.${1|8,10,12,17,18,19,20|}.${3|2|0|}"}]},"B":{"title":"Lighting Color","description":"The color of the light emitted by the block, in RGB format or hex format.","oneOf":[{"type":"string","format":"color-hex","examples":["#FFFFFF","#000000"]},{"type":"array","items":[{"title":"Red","type":"integer","minimum":0,"maximum":255},{"title":"Blue","type":"integer","minimum":0,"maximum":255},{"title":"Green","type":"integer","minimum":0,"maximum":255}]}]}}}