Posted February 24, 20205 yr Hi everyone, I try to make an event when a player is right-clicking on my block. I Found this function from Block Class: onBlockActivated that we usually override and add the event but I can't find it in 1.15. Do you which function is replacing this?
February 24, 20205 yr Yes, i know this. In your IDE the name should then: „func_“ and some numbers. First try to update your mappings, then with updating the mappings you can see the full and true name (Why updating mappings can help me? It was a question of Forge decompilation and something else, only update your mappings) New in Modding? == Still learning!
February 25, 20205 yr Author Hey, Thank you for your answer: it was func_225533_a_ I was stupid to do not think about it I usually check them when I can't find a function. Anyways I gonna check for mapping. Thanks a lot.
February 25, 20205 yr Is nothing. I had the same problem with the render function in the entity model. It just has another name. If mappings don‘t help then just control the parameters of the function and if they are the same as in the others Versions then it should work. New in Modding? == Still learning!
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.