Started by
Achlys
on
Topic category: Help with Minecraft modding (Java Edition)
So, I'm trying to work on a very in depth RPG mod, like an entire overhaul. I have a few questions. One, can I make custom skill trees? If so how would I go about that/where can I look to learn more. 2 is a bit of a noobish question, I could tie it to weapons but i wanted to make an enchant that was around a healer build, that's called radiant and each time you hit a critical shot you proc 5 seconds of regen for you and your friends on the server in a radius. How can I learn the custom enchants and can they interact with other players in a positive way.
I got the healer on just scan for entities in a 5x5 block region and give them all the potion effect
For the skill trees, make a new GUI, design it how you want the skill tree to look, then make a procedure that detects when each button is pressed. You can use variables for the rest