26 lines
937 B
JSON
26 lines
937 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.find_underwater_treasure",
|
|
"type": "object",
|
|
"title": "Behavior.find_underwater_treasure 1.8.0",
|
|
"description": "Allows the mob to move towards the nearest underwater ruin or shipwreck.",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"priority": { "$ref": "types/base_priority.json" },
|
|
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
|
"search_range": {
|
|
"type": "integer",
|
|
"default": 0,
|
|
"description": "The range that the mob will search for a treasure chest within a ruin or shipwreck to move towards.",
|
|
"title": "Search Range"
|
|
},
|
|
"stop_distance": {
|
|
"type": "number",
|
|
"default": 2.0,
|
|
"description": "The distance the mob will move before stopping.",
|
|
"title": "Stop Distance"
|
|
}
|
|
}
|
|
}
|