foot_size is removed
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.minecraft.foot_size",
|
||||
"type": "object",
|
||||
"title": "Foot Size",
|
||||
"additionalProperties": false,
|
||||
"description": "Sets the number of blocks the entity can step without jumping.",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
"description": "The value of the size of the entity's step",
|
||||
"title": "Value"
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
{
|
||||
"value": 0.5
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user