Posted September 16, 201312 yr Hey guys, been gone a while, but I am back now. And with a question, how do you set the speed of an entityThrowable? An example would be an ender pearl, egg, or snowball. Thanks!
September 17, 201312 yr Override the following method: /** * Velocity of entity; default value 1.5F for ThrowableEntity */ @Override protected float func_70182_d() { return 1.5F; // set to speed you want } The method name may or may not have changed, depending on Forge version, but you can find it in ThrowableEntity. http://i.imgur.com/NdrFdld.png[/img]
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.