{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.stay_while_sitting", "description": "Allows the mob to stay put while it is in a sitting state instead of doing something else.", "type": "object", "title": "Behavior.stay_while_sitting 1.8.0", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "types/base_priority.json" } } }