Posted February 27, 201510 yr hey all i've been experimenting with making bouncyer slime blocks. So blocks that every time you jump on them your upwards velocity doesn't get less like on a slime block it gets grater. For this i am just doing this when they land. entityIn.motionY = -entityIn.motionY * 1.5; But i came into a problem which was this works but only up to 32 y value (from y level 1) and the only explanation for this that i can think of is that there is a max velocity which i didn't think there would be. So is there any way to get around this? BioWarfare Mod: http://goo.gl/BYWQty
February 28, 201510 yr Author hmm i guess no-one really knows huh a well BioWarfare Mod: http://goo.gl/BYWQty
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.