Posted August 3, 201510 yr Hey guys! I have my entity spawning in with a custom egg but now the entity is acting weird and keeps getting stuck moving in a circle... I have no idea what caused it or what to do to fix it. Here is a video: [embed=420,315]<iframe width="420" height="315" src="https://www.youtube.com/embed/qh0TPRMOAA4" frameborder="0" allowfullscreen></iframe>[/embed] Here is the entity's code: https://github.com/KaminoCoding/CommuMod/blob/hotfix/bug-fix%2317/src/main/java/io/cyb3rwarri0r8/commumod/entity/EntityMiner.java
August 3, 201510 yr Your entity has a very high movement speed, try reducing a little bit. I would suggest about 0.3D - 0.35D "getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.6D);"
August 3, 201510 yr Author Your entity has a very high movement speed, try reducing a little bit. I would suggest about 0.3D - 0.35D "getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.6D);" I changed that but it didn't do anything
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.