Stomp Turtle Egg¶
文档版本:1.21.50.25
Allows this mob to stomp turtle eggs.
架构¶
stomp_turtle_egg:
{
priority "priority"
speed_multiplier "speed_multiplier"
number "goal_radius" : opt
integer "interval" : opt
integer "search_count" : opt
integer "search_height" : opt
integer "search_range" : opt
}
priority:priority
speed_multiplier:speed_multiplier
goal_radius:number- Distance in blocks within the mob considers it has reached the goal. This is the
wiggle roomto stop the AI from bouncing back and forth trying to reach a specific spot
interval:integer- A random value to determine when to randomly move somewhere. This has a 1/interval chance to choose this goal
search_count:integer- The number of blocks each tick that the mob will check within it's 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- Height in blocks the mob will look for turtle eggs to move towards.
search_range:integer- The distance in blocks it will look for turtle eggs to move towards.