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

10 lines
279 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.persistent",
"description": "Defines whether an entity should be persistent in the game world.",
"type": "object",
"title": "Persistent",
"additionalProperties": false,
"required": [],
"properties": {}
}