promotional bannermobile promotional banner

Skill Tree (Fabric)

This mod allows players to unlock new abilities and perks by progressing through a visually interactive skill tree.

File Details

Release v1.0.20

  • R
  • Jan 13, 2026
  • 371.77 KB
  • 18
  • 1.20
  • Fabric

File Name

jd_skill_tree-1.0.20.jar

Supported Versions

  • 1.20

Curse Maven Snippet

Fabric

modImplementation "curse.maven:skill-tree-fabric-1397099:7456002"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Automated release for version 1.0.20.

Changelog: Merge pull request #24 from JammingDino/detached9

feat(actions): add complex entity and damage triggers

Implemented 5 new action triggers to expand combat and progression logic:

  • ATTACK_TARGET: Executes actions on the entity being hit (e.g., specific command targeting @s).
  • ATTACK_SELF: Executes actions on the player when they hit something.
  • TAKE_DAMAGE_SELF: Triggered when the player takes damage (Self context).
  • TAKE_DAMAGE_ATTACKER: Triggered on the source of damage (Thorns-like context).
  • UNLOCK: Fires a one-time action immediately upon unlocking a skill.

Refactored CommandActionEffect to support dynamic command sources based on target entities.