Added minecraft:heartbeat

This commit is contained in:
DaanV2
2022-06-07 20:10:44 +02:00
parent 2fe4cbf9d4
commit 72ecf3bb95
2 changed files with 12 additions and 0 deletions

View File

@@ -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" },

View File

@@ -0,0 +1,11 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft.heartbeat",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"title": "Health",
"additionalProperties": false,
"required": [],
"properties": {},
"examples": [{}]
}