Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/trust.json
ChibiMango 939b58c006 Update trust.json
Added description
Removed undocumented commend
2022-07-13 22:11:25 +01:00

10 lines
249 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.trust",
"type": "object",
"title": "Trust",
"description": "Allows this entity to trust multiple players.",
"required": [],
"additionalProperties": false,
"properties": {}
}