Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/heartbeat.json

19 lines
448 B
JSON
Raw Normal View History

2022-06-07 20:10:44 +02:00
{
"$id": "blockception.minecraft.behavior.entities.minecraft.heartbeat",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2022-06-07 20:10:44 +02:00
"$comment": "UNDOCUMENTED",
"type": "object",
2022-07-26 15:02:09 +01:00
"title": "Heartbeat",
2022-06-07 20:10:44 +02:00
"additionalProperties": false,
"required": [],
2022-06-08 21:18:47 +02:00
"properties": {
"interval": {
"title": "Interval",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2022-06-08 21:18:47 +02:00
"$comment": "UNDOCUMENTED",
"$ref": "../../../../molang/number.json"
}
},
2022-06-07 20:10:44 +02:00
"examples": [{}]
}