This commit is contained in:
DaanV2
2021-10-08 12:59:03 +02:00
parent 1858e622c6
commit 9f4342e97c
335 changed files with 10586 additions and 10586 deletions

View File

@@ -0,0 +1,16 @@
{
"$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"
}
}
}