Added minecraft:heartbeat
This commit is contained in:
@@ -68,6 +68,7 @@
|
|||||||
"minecraft:grows_crop": { "$ref": "./components/grows_crop.json" },
|
"minecraft:grows_crop": { "$ref": "./components/grows_crop.json" },
|
||||||
"minecraft:healable": { "$ref": "./components/healable.json" },
|
"minecraft:healable": { "$ref": "./components/healable.json" },
|
||||||
"minecraft:health": { "$ref": "./components/health.json" },
|
"minecraft:health": { "$ref": "./components/health.json" },
|
||||||
|
"minecraft:heartbeat": { "$ref": "./components/heartbeat.json" },
|
||||||
"minecraft:hide": { "$ref": "./components/hide.json" },
|
"minecraft:hide": { "$ref": "./components/hide.json" },
|
||||||
"minecraft:home": { "$ref": "./components/home.json" },
|
"minecraft:home": { "$ref": "./components/home.json" },
|
||||||
"minecraft:horse.jump_strength": { "$ref": "./components/horse.jump_strength.json" },
|
"minecraft:horse.jump_strength": { "$ref": "./components/horse.jump_strength.json" },
|
||||||
|
|||||||
11
source/behavior/entities/format/components/heartbeat.json
Normal file
11
source/behavior/entities/format/components/heartbeat.json
Normal 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": [{}]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user