Files
minecraft-bedrock-json-schemas/source/behaviour/entities/1.8.0/behaviors/minecraft.behavior.squid_dive.json

11 lines
415 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.squid_dive",
"description": "Allows the squid to dive down in water. Can only be used by the Squid.",
"type": "object",
2021-03-21 15:18:38 +01:00
"title": "Squid Dive 1.8.0",
2020-11-01 17:22:42 +01:00
"additionalProperties": false,
"required": [],
2021-03-21 15:18:38 +01:00
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
2020-11-01 17:22:42 +01:00
}