34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"$id": "blockception.minecraft.behavior.local_lighting.local_lighting",
|
||
|
|
"type": "object",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"properties": {
|
||
|
|
"format_version": { "$ref": "../../general/format_version.json" },
|
||
|
|
"minecraft:local_light_settings": {
|
||
|
|
"title": "Local Light Settings",
|
||
|
|
"description": "UNDOCUMENTED",
|
||
|
|
"type": "object",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"patternProperties": {
|
||
|
|
"^[0-9a-zA-Z:_\\.\\-]+$": {
|
||
|
|
"title": "Block",
|
||
|
|
"description": "Namespace-qualified block name",
|
||
|
|
"type": "object",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"required": ["light_type"],
|
||
|
|
"properties": {
|
||
|
|
"light_type": {
|
||
|
|
"title": "Light Type",
|
||
|
|
"description": "`static_light` is currently unused",
|
||
|
|
"type": "string",
|
||
|
|
"enum": ["static_light", "point_light"]
|
||
|
|
},
|
||
|
|
"light_color": {
|
||
|
|
"$ref": "../lighting/format/color.json"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|