@@ -9,6 +9,7 @@
|
|||||||
"priority": { "$ref": "types/priority.json" },
|
"priority": { "$ref": "types/priority.json" },
|
||||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||||
"blocks": {
|
"blocks": {
|
||||||
|
"title": "Blocks",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Blocks that the mob is looking for to eat",
|
"description": "Blocks that the mob is looking for to eat",
|
||||||
"items": {
|
"items": {
|
||||||
@@ -16,51 +17,50 @@
|
|||||||
"title": "Block Id",
|
"title": "Block Id",
|
||||||
"description": "A block identifier",
|
"description": "A block identifier",
|
||||||
"$ref": "../../../../general/block/identifier.json"
|
"$ref": "../../../../general/block/identifier.json"
|
||||||
},
|
}
|
||||||
"title": "Blocks"
|
|
||||||
},
|
},
|
||||||
"eat_delay": {
|
"eat_delay": {
|
||||||
|
"title": "Eat Delay",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 2,
|
"default": 2,
|
||||||
"description": "Time in seconds between each time it eats",
|
"description": "Time in seconds between each time it eats"
|
||||||
"title": "Eat Delay"
|
|
||||||
},
|
},
|
||||||
"full_delay": {
|
"full_delay": {
|
||||||
|
"title": "Full Delay",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 100,
|
"default": 100,
|
||||||
"description": "Amount of time in seconds before this mob wants to eat again",
|
"description": "Amount of time in seconds before this mob wants to eat again"
|
||||||
"title": "Full Delay"
|
|
||||||
},
|
},
|
||||||
"initial_eat_delay": {
|
"initial_eat_delay": {
|
||||||
|
"title": "Initial Eat Delay",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "Time in seconds before starting to eat/raid once it arrives at it",
|
"description": "Time in seconds before starting to eat/raid once it arrives at it"
|
||||||
"title": "Initial Eat Delay"
|
|
||||||
},
|
},
|
||||||
"goal_radius": {
|
"goal_radius": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
"title": "Goal Radius",
|
||||||
"default": 0.5,
|
"default": 0.5,
|
||||||
"description": "Distance in blocks within the mob considers it has reached the goal. This is the `wiggle room` to stop the AI from bouncing back and forth trying to reach a specific spot",
|
"description": "Distance in blocks within the mob considers it has reached the goal. This is the `wiggle room` to stop the AI from bouncing back and forth trying to reach a specific spot"
|
||||||
"title": "Goal Radius"
|
|
||||||
},
|
},
|
||||||
"max_to_eat": {
|
"max_to_eat": {
|
||||||
|
"title": "Maximum To Eat",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 6,
|
"default": 6,
|
||||||
"description": "Maximum number of things this entity wants to eat",
|
"description": "Maximum number of things this entity wants to eat"
|
||||||
"title": "Maximum To Eat"
|
|
||||||
},
|
},
|
||||||
"search_range": {
|
"search_range": {
|
||||||
|
"title": "Search Range",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "Distance in blocks the mob will look for crops to eat",
|
"description": "Distance in blocks the mob will look for crops to eat"
|
||||||
"title": "Search Range"
|
|
||||||
},
|
},
|
||||||
"search_height": {
|
"search_height": {
|
||||||
|
"title": "Search Height",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "Height in blocks the mob will look for crops to eat",
|
"description": "Height in blocks the mob will look for crops to eat"
|
||||||
"$comment": "UNDOCUMENTED",
|
|
||||||
"title": "Search Height"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"examples": [
|
"examples": [
|
||||||
|
|||||||
Reference in New Issue
Block a user