Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.friction_modifier.json
2021-07-01 16:32:59 +02:00

17 lines
558 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.friction_modifier",
"type": "object",
"title": "Friction Modifier 1.8.0",
"additionalProperties": false,
"description": "Defines how much does friction affect this entity.",
"required": [],
"properties": {
"value": {
"type": "number",
"default": 1.0,
"description": "The higher the number, the more the friction affects this entity. A value of 1.0 means regular friction, while 2.0 means twice as much",
"title": "Value"
}
}
}