how to make a skill tree

Started by Alcryv on

Topic category: Help with modding (Java Edition)

Last seen on 05:41, 2. Jul 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make a skill tree

I'm trying to make a skill tree with ability points and i don't know how to do it. Also i wanted to make the ability points items but if its easier without this its ok

Last seen on 01:14, 2. Jul 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
create the gui, create your…
Sun, 06/30/2024 - 16:52

create the gui, create your ability points variable (int value), make your thing to get them, for the item just make it so it deletes it and adds 1 to your ability points variable when your right click it, create a boolean variable for each skill (to check if unlocked), make them locked if the required skill is not unlocked, make them give attributes or unlock stuff. tell me if you need more help