Files
minecraft-bedrock-json-schemas/source/behaviour/entities/1.8.0/behaviors/minecraft.behavior.squid_idle.json
2021-03-21 15:18:38 +01:00

11 lines
415 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.squid_idle",
"description": "Allows the squid to swim in place idly. Can only be used by the Squid.",
"type": "object",
"title": "Squid Idle 1.8.0",
"additionalProperties": false,
"required": [],
"properties": { "priority": { "$ref": "./types/base_priority.json" } }
}