Posted June 25, 20169 yr Hi - I was messing with this code a couple weeks ago and had it working fine. Accidentally wiped my changes and can't figure out why the item won't throw when I right click it. I know I messed up something but can't figure out what Thanks again for any help. I'm not including the Magma or Clay variants. The code is pretty similar to the Slime one. If I Can figure out the slime I can figure out the rest - with help!
June 25, 20169 yr ItemThrowableTorch#onItemRightClick doesn't override Item#onItemRightClick because it has the wrong signature, so it's never called from anywhere. Always annotate override methods with @Override so you get a compilation error if they don't actually override a super method. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
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.