{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.move_to_poi", "type": "object", "title": "Behavior.move_to_poi 1.8.0", "additionalProperties": false, "description": "Allows the mob to move to a POI if able to", "required": [], "properties": { "priority": { "$ref": "types/base_priority.json" }, "speed_multiplier": { "$ref": "types/base_speed_multiplier.json" }, "poi_type": { "type": "string", "description": "Tells the goal what POI type it should be looking for", "title": "TODO title" } } }