From f4e610b8c0c526a8465f425590ad610815198df5 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 21 Sep 2021 22:35:40 +0200 Subject: [PATCH] Added block_climber --- source/behavior/entities/1.10.0/components.json | 1 + source/behavior/entities/1.12.0/components.json | 1 + source/behavior/entities/1.13.0/components.json | 1 + source/behavior/entities/1.16.0/components.json | 1 + .../1.8.0/components/minecraft.block_climber.json | 8 ++++++++ 5 files changed, 12 insertions(+) create mode 100644 source/behavior/entities/1.8.0/components/minecraft.block_climber.json diff --git a/source/behavior/entities/1.10.0/components.json b/source/behavior/entities/1.10.0/components.json index 8fd6a477..6942d450 100644 --- a/source/behavior/entities/1.10.0/components.json +++ b/source/behavior/entities/1.10.0/components.json @@ -19,6 +19,7 @@ "minecraft:attack_damage": { "$ref": "../1.8.0/components/minecraft.attack_damage.json" }, "minecraft:balloonable": { "$ref": "../1.8.0/components/minecraft.balloonable.json" }, "minecraft:barter": { "$ref": "../1.8.0/components/minecraft.barter.json" }, + "minecraft:block_climber": { "$ref": "../1.8.0/components/minecraft.block_climber.json" }, "minecraft:block_sensor": { "$ref": "../1.8.0/components/minecraft.block_sensor.json" }, "minecraft:boostable": { "$ref": "../1.8.0/components/minecraft.boostable.json" }, "minecraft:boss": { "$ref": "../1.8.0/components/minecraft.boss.json" }, diff --git a/source/behavior/entities/1.12.0/components.json b/source/behavior/entities/1.12.0/components.json index b0198368..e952aa9b 100644 --- a/source/behavior/entities/1.12.0/components.json +++ b/source/behavior/entities/1.12.0/components.json @@ -19,6 +19,7 @@ "minecraft:attack_damage": { "$ref": "../1.8.0/components/minecraft.attack_damage.json" }, "minecraft:balloonable": { "$ref": "../1.8.0/components/minecraft.balloonable.json" }, "minecraft:barter": { "$ref": "../1.8.0/components/minecraft.barter.json" }, + "minecraft:block_climber": { "$ref": "../1.8.0/components/minecraft.block_climber.json" }, "minecraft:block_sensor": { "$ref": "../1.8.0/components/minecraft.block_sensor.json" }, "minecraft:boostable": { "$ref": "../1.8.0/components/minecraft.boostable.json" }, "minecraft:boss": { "$ref": "../1.8.0/components/minecraft.boss.json" }, diff --git a/source/behavior/entities/1.13.0/components.json b/source/behavior/entities/1.13.0/components.json index bb681795..d415cacb 100644 --- a/source/behavior/entities/1.13.0/components.json +++ b/source/behavior/entities/1.13.0/components.json @@ -18,6 +18,7 @@ "minecraft:attack_damage": { "$ref": "../1.8.0/components/minecraft.attack_damage.json" }, "minecraft:balloonable": { "$ref": "../1.8.0/components/minecraft.balloonable.json" }, "minecraft:barter": { "$ref": "../1.8.0/components/minecraft.barter.json" }, + "minecraft:block_climber": { "$ref": "../1.8.0/components/minecraft.block_climber.json" }, "minecraft:block_sensor": { "$ref": "../1.8.0/components/minecraft.block_sensor.json" }, "minecraft:boostable": { "$ref": "../1.8.0/components/minecraft.boostable.json" }, "minecraft:boss": { "$ref": "../1.8.0/components/minecraft.boss.json" }, diff --git a/source/behavior/entities/1.16.0/components.json b/source/behavior/entities/1.16.0/components.json index ba1cfdf8..4c2c63c4 100644 --- a/source/behavior/entities/1.16.0/components.json +++ b/source/behavior/entities/1.16.0/components.json @@ -18,6 +18,7 @@ "minecraft:attack_damage": { "$ref": "../1.8.0/components/minecraft.attack_damage.json" }, "minecraft:balloonable": { "$ref": "../1.8.0/components/minecraft.balloonable.json" }, "minecraft:barter": { "$ref": "./components/minecraft.barter.json" }, + "minecraft:block_climber": { "$ref": "../1.8.0/components/minecraft.block_climber.json" }, "minecraft:block_sensor": { "$ref": "./components/minecraft.block_sensor.json" }, "minecraft:boostable": { "$ref": "./components/minecraft.boostable.json" }, "minecraft:boss": { "$ref": "../1.8.0/components/minecraft.boss.json" }, diff --git a/source/behavior/entities/1.8.0/components/minecraft.block_climber.json b/source/behavior/entities/1.8.0/components/minecraft.block_climber.json new file mode 100644 index 00000000..81e1b6a8 --- /dev/null +++ b/source/behavior/entities/1.8.0/components/minecraft.block_climber.json @@ -0,0 +1,8 @@ +{ + "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.block_climber", + "type": "object", + "title": "Block Climber 1.8.0", + "additionalProperties": false, + "description": "Allows the player to detect and maneuver on the scaffolding block.", + "properties": {} +}