diff --git a/source/behavior/entities/format/components.json b/source/behavior/entities/format/components.json index db9e83a7..6175faee 100644 --- a/source/behavior/entities/format/components.json +++ b/source/behavior/entities/format/components.json @@ -68,6 +68,7 @@ "minecraft:grows_crop": { "$ref": "./components/grows_crop.json" }, "minecraft:healable": { "$ref": "./components/healable.json" }, "minecraft:health": { "$ref": "./components/health.json" }, + "minecraft:heartbeat": { "$ref": "./components/heartbeat.json" }, "minecraft:hide": { "$ref": "./components/hide.json" }, "minecraft:home": { "$ref": "./components/home.json" }, "minecraft:horse.jump_strength": { "$ref": "./components/horse.jump_strength.json" }, diff --git a/source/behavior/entities/format/components/heartbeat.json b/source/behavior/entities/format/components/heartbeat.json new file mode 100644 index 00000000..8346ad82 --- /dev/null +++ b/source/behavior/entities/format/components/heartbeat.json @@ -0,0 +1,11 @@ +{ + "$id": "blockception.minecraft.behavior.entities.minecraft.heartbeat", + "description": "UNDOCUMENTED", + "$comment": "UNDOCUMENTED", + "type": "object", + "title": "Health", + "additionalProperties": false, + "required": [], + "properties": {}, + "examples": [{}] +}