* Starting on blocks * Updated collision box * Updated block components * Fixed block/rotation * Making orbi responsible for dependencies * Updating blocks * trigger -> triggers
10 lines
345 B
JSON
10 lines
345 B
JSON
{
|
|
"$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
|
|
}
|