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.23

  • R
  • Jan 17, 2026
  • 384.54 KB
  • 5
  • 1.20
  • Fabric

File Name

jd_skill_tree-1.0.23.jar

Supported Versions

  • 1.20

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Automated release for version 1.0.23.

Changelog: Merge pull request #30 from JammingDino/detached12

feat(actions): add Raycast effect and refactor editor for recursion

New Features:

  • Raycast Action: Added . Casts a ray from the player's eyes with configurable length, fluid collision, and entity hit detection. Passes the precise hit position to child effects.

Refactoring:

  • Recursive Editor: Completely overhauled internals. Replaced flat field mapping with a modular system. This supports infinite nesting of actions (e.g., Raycast -> Delayed -> Command) in the UI.

Fixes:

  • Fixed actions executing every tick; they now correctly respect the configured interval. #27
  • Fixed Developer Editor UI not refreshing action rows immediately when switching Trigger types.

feat(generate_release.py)

Updated the generate release script with the correct Github URL, and version icon.png to load so that the autogenerated releases will have the correct icon attached to them.