Update raid_garden.json

#44
This commit is contained in:
ChibiMango
2022-07-13 21:22:37 +01:00
parent 1001a955af
commit 8fe89d90b9

View File

@@ -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": [