* - Added VV * - Updated block culling * - Added remove_in_peaceful * - Added leashable_to * - Updated leashable * - Added body_rotation_always_follows_head * - Added particle count to destruction_particles * - Added uv_lock * - Added liquid_settings to jigsaws * - Added missing jigsaw fields * - Added random_offset * - Updated color grading description for one field * - Added damaged_by_entity loot table condition * - Added y offset to interact > spawn_items * - Added is_riding_self filter * - Added hides_player_location to wearable * - Added henyey_greenstein_g to fog * - Added block component movable * - Removed internal markers for VV client biome components * - Removed experimental marker for air controlled
16 lines
540 B
JSON
16 lines
540 B
JSON
{
|
|
"$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": {
|
|
"title": "Lighting Identifier",
|
|
"description": "Identifier of lighting definition to use",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|