Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/minecraft.is_chested.json
2021-10-08 13:04:13 +02:00

10 lines
266 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.is_chested",
"description": "Sets that this entity is currently carrying a chest.",
"type": "object",
"title": "Is Chested",
"additionalProperties": false,
"required": [],
"properties": {}
}