From 6b7ed58416dee8048a25e4b2125a9df7cea0fb9d Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 29 Oct 2021 21:50:23 +0200 Subject: [PATCH] foot_size is removed --- .../behavior/entities/format/components.json | 1 - .../entities/format/components/foot_size.json | 21 ------------------- 2 files changed, 22 deletions(-) delete mode 100644 source/behavior/entities/format/components/foot_size.json diff --git a/source/behavior/entities/format/components.json b/source/behavior/entities/format/components.json index 4834b071..7c063f86 100644 --- a/source/behavior/entities/format/components.json +++ b/source/behavior/entities/format/components.json @@ -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" }, diff --git a/source/behavior/entities/format/components/foot_size.json b/source/behavior/entities/format/components/foot_size.json deleted file mode 100644 index 27882790..00000000 --- a/source/behavior/entities/format/components/foot_size.json +++ /dev/null @@ -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 - } - ] -}