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!
Fantastic! Thank you for helping solve the FACING problem. This is what I did:
Changed
withFacing = state.withProperty(FACING, EnumFacing.WEST);
to:
withFacing = Blocks.TORCH.getDefaultState().withProperty(BlockTorch.FACING, EnumFacing.WEST);
Would that be the correct implementation of that?
Also - I can't seem to break blocks when I throw the torches. For example Vines.
Thanks for your help. I feel like I've learned alot so far.