* Starting on blocks * Updated collision box * Updated block components * Fixed block/rotation * Making orbi responsible for dependencies * Updating blocks * trigger -> triggers
10 lines
365 B
JSON
10 lines
365 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.blocks.minecraft.friction",
|
|
"title": "Friction",
|
|
"description": "Describes the friction for this block in a range of (0.0-0.9). Friction affects an entity's movement speed when it travels on the block. Greater value results in more friction.",
|
|
"type": "number",
|
|
"default": 0.4,
|
|
"minimum": 0,
|
|
"maximum": 0.9
|
|
}
|