Files
minecraft-bedrock-json-schemas/source/behavior/blocks/format/components/light_dampening.json

10 lines
345 B
JSON
Raw Normal View History

{
"$id": "blockception.minecraft.behavior.blocks.minecraft.light_dampening",
"title": "Light Dampening",
"description": "The amount that light will be dampened when it passes through the block, in a range (0-15). Higher value means the light will be dampened more.",
"type": "integer",
"default": 15,
"minimum": 0,
"maximum": 15
}