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

9 lines
263 B
JSON
Raw Normal View History

2021-10-08 12:54:09 +02:00
{
2021-10-08 13:04:13 +02:00
"$id": "blockception.minecraft.behavior.entities.minecraft.hide",
2021-10-08 12:54:09 +02:00
"type": "object",
2021-10-08 13:04:13 +02:00
"title": "Hide",
"description": "Compels an entity to move to and hide at their owned POI or the closest nearby.",
2021-10-08 12:54:09 +02:00
"additionalProperties": false,
"properties": {}
}