Started by
Oreli
on
Topic category: Advanced modding
in my mod i'm planning on having a fishing rod that can cast and reel an extra line by left clicking instead of right clicking. the two lines would act independently and be visually identical. how would i even start doing this? i know this can't be done with just procedures
the best i got for ideas is copying and pasting some part of the fishing code for normal minecraft into a custom code snippet block, but i don't understand enough java to know which part to copy, or if i need to add any dependencies that fishing requires