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

19 lines
629 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.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"
}
}
}