Hello.
I been working on a code all day and looking up information about modding in forge.
I run in to a problem and i dont know can i have 2 @SubscribeEvent methods in the same class?
what im doing is a way to check if the player breaks a block and the what tool the player use.
After that i want to check what item the player gets so i can set what exp he will get from it.
Im working on a Adveture mod and im adding skills for mining, lumbering e.t.c
Do i have to have 2 methods? Feels wrong. I want to do the check what block the player picksup in my onBlockBreak method.
I feel lost at the moment any ideas?
if you want to see my code just ask and i add it.
No code is needed just a hint of direction so i can find out more about forge and learn more.