Posted March 30, 201312 yr Hi all, I'm trying to change my custom mob move speed. It's a mob extending the EntityZombie class, i just add some healt & armor, but i can't manage how to change his move speed. I tried to change this.moveSpeed value but without result. So, how can i make my zombie to move faster ? Thanks !!!
March 31, 201312 yr Author already tried, i tried 0,50F, 0,99F, 999F always the same result = my mob doesn't go faster than the classic zombie
April 3, 201312 yr Did you put 0.50F or 0,50F? Did you have any errors? In your Entity Class where, put: public EntityYourEntity() { this.moveSpeed = 0.50F; }
April 4, 201312 yr May you please post your whole Entity file on pastebin.com So I can see what is the problem? Thanks
April 4, 201312 yr Not sure if this does anything but here, copy paste it, replace your file. http://pastebin.com/Ap425djE
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.