Updated
This commit is contained in:
@@ -2,35 +2,18 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.hold_ground",
|
||||
"type": "object",
|
||||
"title": "Hold ground 1.8.0",
|
||||
"title": "Hold Ground 1.8.0",
|
||||
"description": "The mob freezes and looks at the mob they are targeting.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": {
|
||||
"$ref": "types/base_priority.json"
|
||||
},
|
||||
"broadcast": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Whether to broadcast out the mob's target to other mobs of the same type.",
|
||||
"title": "Broadcast"
|
||||
},
|
||||
"broadcast_range": {
|
||||
"type": "number",
|
||||
"default": 0.0,
|
||||
"description": "Range in blocks for how far to broadcast.",
|
||||
"title": "Broadcast range"
|
||||
},
|
||||
"min_radius": {
|
||||
"type": "number",
|
||||
"default": 10.0,
|
||||
"description": "Minimum distance the target must be for the mob to run this goal.",
|
||||
"title": "Min radius"
|
||||
},
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"broadcast": { "type": "boolean", "default": false, "description": "Whether to broadcast out the mob's target to other mobs of the same type.", "title": "Broadcast" },
|
||||
"broadcast_range": { "type": "number", "default": 0.0, "description": "Range in blocks for how far to broadcast.", "title": "Broadcast Range" },
|
||||
"min_radius": { "type": "number", "default": 10.0, "description": "Minimum distance the target must be for the mob to run this goal.", "title": "Min Radius" },
|
||||
"within_radius_event": {
|
||||
"$ref": "../types/event.json",
|
||||
"description": "Event to run when target is within the radius. This event is broadcasted if broadcast is true.",
|
||||
"title": "Within radius event"
|
||||
"title": "Within Radius Event"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user