{
"$id": "blockception.minecraft.resource.biomes.minecraft.lighting_identifier",
"title": "Lighting Identifier",
"description": "Set the lighting settings used during deferred rendering.\nBiomes without this component will have default lighting settings.",
"type": "object",
"additionalProperties": false,
"required": ["lighting_identifier"],
"properties": {
"lighting_identifier": {
"description": "Identifier of lighting definition to use",
"type": "string"
}