added moveblock, movetolava and movetowater goals authored by Lxlp's avatar Lxlp
...@@ -64,6 +64,9 @@ AIGoalSelectors: ...@@ -64,6 +64,9 @@ AIGoalSelectors:
| leapattarget | | Makes the mob leap at its target | | leapattarget | | Makes the mob leap at its target |
| moveindoors | | | | moveindoors | | |
| movethroughvillage | | | | movethroughvillage | | |
| [movetoblock](/Mobs/ai/goals/movetoblock)| | Makes the mob go towards a specific type of block |
| movetolava | | Makes the mob move towards lava |
| movetowater | | Makes the mob move towards water |
| movetowardsrestriction | | | | movetowardsrestriction | | |
| patrol x1,y1,z1;x2,y2,z2;x3,y3,z3;… | patrolroute | Makes the mob patrol between the specified locations | | patrol x1,y1,z1;x2,y2,z2;x3,y3,z3;… | patrolroute | Makes the mob patrol between the specified locations |
| gotolocation x,y,z | goto | Makes the mob go to the specified location(Notice Followrange must more than the distance between location and mob) | | gotolocation x,y,z | goto | Makes the mob go to the specified location(Notice Followrange must more than the distance between location and mob) |
... ...
......