Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/behaviors/float.json
2021-10-11 18:13:12 +02:00

14 lines
323 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.float",
"type": "object",
"title": "Float",
"description": "Allows the mob to stay afloat while swimming.",
"additionalProperties": false,
"required": [],
"properties": {
"priority": {
"$ref": "./types/priority.json"
}
}
}