Initial Commit
This commit is contained in:
17
behaviour/entities/1.8.0/components/minecraft.foot_size.json
Normal file
17
behaviour/entities/1.8.0/components/minecraft.foot_size.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.foot_size",
|
||||
"type": "object",
|
||||
"title": "Foot size 1.8.0",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user