Harvest Farm Block¶
文档版本:1.21.50.25
Allows the entity to search within an area for farmland with air above it. If found, the entity will replace the air block by planting a seed item from its inventory on the farmland block. This goal requires "minecraft:inventory" and "minecraft:navigation" to execute. This goal will not execute if the entity does not have an item in its inventory.
架构¶
harvest_farm_block:
{
priority "priority"
speed_multiplier "speed_multiplier"
number "max_seconds_before_search" : opt
number "search_cooldown_max_seconds" : opt
integer "search_count" : opt
integer "search_height" : opt
integer "search_range" : opt
number "seconds_until_new_task" : opt
}
priority
:priority
speed_multiplier
:speed_multiplier
max_seconds_before_search
:number- The maximum amount of time in seconds that the goal can take before searching for the first harvest block. The time is chosen between 0 and this number.
search_cooldown_max_seconds
:number- The maximum amount of time in seconds that the goal can take before searching again, after failing to find a a harvest block already. The time is chosen between 0 and this number.
search_count
:integer- The number of randomly selected blocks each tick that the entity will check within its search range and height for a valid block to move to. A value of 0 will have the mob check every block within range in one tick.
search_height
:integer- The height in blocks the entity will search within to find a valid target position.
search_range
:integer- The distance in blocks the entity will search within to find a valid target position.
seconds_until_new_task
:number- The amount of time in seconds that the goal will cooldown after a successful reap/sow, before it can start again.