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

