Thanks for the help, I'll just wait for the newest update.
----
I don't want to create another thread so I'll post my other question here.
I'm making a flax spinner and my SpinFlax.java class executes even while I'm spinning the flax. Getting the players animation to detect if I'm spinning or not will not work because it will switch between -1 (player standing normally) and 1563 (player spinning) during the spinning process.
Anybody have a suggestion to prevent my player from spinning flax while I'm already doing it?
Also, is there a way to detect if an object is reachable to my player? (Nothing blocking my way from interacting with it, like a closed door?)