跳转至

Fertilize Farm Block

文档版本:1.21.0.24

Allows the mob to search within an area for a growable crop block. If found, the mob will use any available fertilizer in their inventory on the crop. This goal will not execute if the mob does not have a fertilizer item in its inventory.

架构

fertilize_farm_block:
{
  priority "priority"
  speed_multiplier "speed_multiplier"
  number "goal_radius" : opt
  integer "max_fertilizer_usage" : opt
  number "search_cooldown_max_seconds" : opt
  integer "search_count" : opt
  integer "search_height" : opt
  integer "search_range" : opt
}
prioritypriority
priority:
integer
speed_multiplierspeed_multiplier
speed_multiplier:
number
goal_radiusnumber
Distance in blocks within the mob considers it has reached it's target position.
max_fertilizer_usageinteger
The maximum number of times the mob will use fertilzer on the target block.
search_cooldown_max_secondsnumber
The maximum amount of time in seconds that the goal can take before searching again. The time is chosen between 0 and this number.
search_countinteger
The number of randomly selected blocks each tick that the mob 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_heightinteger
The Height in blocks the mob will search within to find a valid target position.
search_rangeinteger
The distance in blocks the mob will search within to find a valid target position.