Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/friction_modifier.json
2021-10-08 13:18:16 +02:00

17 lines
530 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.friction_modifier",
"type": "object",
"title": "Friction Modifier",
"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"
}
}
}