Posted October 4, 201411 yr Hey, I am trying to set speeds for my mob. What I need to know are player atribute speed, player speed value while walking and runing used in AI form. I was searching in some topics, but I could not find that values. Can someone help?
October 4, 201411 yr Entitys motion values are mostly named "motionx/y/z" just search for them in the mob/entity classes PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
October 4, 201411 yr Author I need sth like: this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.7D); and for AI e.g this.tasks.addTask(4, new EntityAIMoveTowardsRestriction(this, 0.6D)); I cant find attribute value.For player there isnt any AI. So its a bit harder to found values.
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.