Fixed most compiletime errors
This commit is contained in:
parent
e232184b68
commit
a974fab707
58 changed files with 449 additions and 679 deletions
|
@ -220,7 +220,7 @@ public class SilkMothEntity extends Animal implements FlyingAnimal {
|
|||
if (vec3d != null) {
|
||||
try {
|
||||
SilkMothEntity.this.navigation.moveTo(SilkMothEntity.this.navigation.createPath(
|
||||
new BlockPos(vec3d),
|
||||
new BlockPos((int) vec3d.x, (int) vec3d.y, (int) vec3d.z),
|
||||
1
|
||||
), 1.0D);
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue