Initial Commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.beg",
|
||||
"type": "object",
|
||||
"title": "Behavior.beg 1.8.0",
|
||||
"additionalProperties": false,
|
||||
"description": "Allows this mob to look at and follow the player that holds food they like.",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "List of items that this mob likes",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"description": "TODO description: properties",
|
||||
"title": "Properties"
|
||||
},
|
||||
"title": "Properties"
|
||||
},
|
||||
"look_distance": {
|
||||
"type": "number",
|
||||
"default": 8,
|
||||
"description": "Distance in blocks the mob will beg from",
|
||||
"title": "Look Distance"
|
||||
},
|
||||
"look_time": {
|
||||
"description": "The range of time in seconds this mob will stare at the player holding a food they like, begging for it",
|
||||
"$ref": "../types/range_number_type.json",
|
||||
"default": [2, 4],
|
||||
"title": "Look Time"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user