Posted September 7, 201510 yr Guys i wanna make an item that makes the player smoothly go forward, allowing the player to fly(So if the player faces up, he will fly up). I want this to happen when i right click. how can i do this? Currently developing a mod called Lot'O'Stuff for 1.7.10 (I know very well its outdated.)
September 7, 201510 yr Override Item#onItemRightClick, perform code on !world.isRemote (server side), code can look similar to EntityLivingBase#knockBack method. 1.7.10 is no longer supported by forge, you are on your own.
September 7, 201510 yr you can also just copy the code from EntityThrowable, it exactly that what you want Creator of Extra Shoes Watch out, I'm total jerk, and I'll troll anybody if it feels like its necessary. Pls report me then
September 11, 201510 yr Author Could you explain me more? Currently developing a mod called Lot'O'Stuff for 1.7.10 (I know very well its outdated.)
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.