A couple of goal fixes (#1527)

* A couple of goal fixes

* WanderAroundTarget -> WanderNearTarget
This commit is contained in:
Joseph Burton 2020-06-28 17:44:59 +01:00 committed by GitHub
parent 153ef3a58b
commit ed2e3e3b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_1358 net/minecraft/entity/ai/goal/GoToEntityGoal

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_1358 net/minecraft/entity/ai/goal/StopAndLookAtEntityGoal

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_1369 net/minecraft/entity/ai/goal/GoToEntityTargetGoal
CLASS net/minecraft/class_1369 net/minecraft/entity/ai/goal/WanderNearTargetGoal
FIELD field_6526 y D
FIELD field_6527 x D
FIELD field_6528 mob Lnet/minecraft/class_1314;