foot_size is removed

This commit is contained in:
DaanV2
2021-10-29 21:50:23 +02:00
parent 100d3e993d
commit 6b7ed58416
2 changed files with 0 additions and 22 deletions

View File

@@ -49,7 +49,6 @@
"minecraft:floats_in_liquid": { "$ref": "./components/floats_in_liquid.json" },
"minecraft:flying_speed": { "$ref": "./components/flying_speed.json" },
"minecraft:follow_range": { "$ref": "./components/follow_range.json" },
"minecraft:foot_size": { "$ref": "./components/foot_size.json" },
"minecraft:friction_modifier": { "$ref": "./components/friction_modifier.json" },
"minecraft:genetics": { "$ref": "./components/genetics.json" },
"minecraft:giveable": { "$ref": "./components/giveable.json" },

View File

@@ -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
}
]
}