Mod

Epiphany - Modular Skill Tree

Quick rating

Epiphany - Modular Skill Tree

No reviews yet

A Data-driven Modular Skill Tree API mod

Adventure/Exploration
QoL & Tweaks
API/Library
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
Epiphany 1.0.0
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Epiphany - Modular Skill Tree

banner

夫尽小者大,积微者著。
Greatness is built from the smallest deeds; distinction from the smallest gains.
——Xunzi · General Principles

Epiphany is a data-driven, modular skill tree mod for Minecraft, inspired by the Tradition mechanics of the classic sci-fi strategy game Stellaris. As an API mod designed for developers, it does not include any built-in skill tree content or attribute modifications. Instead, it provides a highly flexible character building framework for modpack and mod authors.

Requires LDLib as a dependency.

Quick Start

  • Press the K key to open the Build System GUI.
  • Check out the example datapack and the Wiki to dive deeper into Epiphany and quickly create your own skill trees.

Features

  • Modular Building: Say goodbye to massive, monolithic skill trees. Players freely mix and match modules to craft their own unique progression path.
  • Fully Data-Driven: All modules, insights, epiphanies, and paths are defined through datapacks. Create a vast RPG skill system without writing a single line of Java.
  • Rich Built-in Presets: The mod ships with an extensive set of conditions and rewards ready to use out of the box:
  1. 30+ Condition Types: Dynamically evaluate player attributes, current structure, statistics, and more to auto-unlock modules and epiphanies. Includes logical and relational operators for complex expressions.
  2. 14+ Reward Types: Vanilla attribute modifiers, command execution, item granting, status effects, and much more.
  3. 13 Aptitude Sources**: Mining blocks, exploring biomes, slaying mobs… and what's more — aptitude gain is fully customizable!

-----

  • Highly Configurable: Through the config file, authors can easily adjust the aptitude level-up formula, player slot limits, experience gain multipliers, and notification toggles, blending seamlessly into any modpack's progression balance.
  • Strong Compatibility & Mod Support: Integrates with FTB Quests, KubeJS, and other mainstream modpack development tools. Provides an open API, custom events, and supports KubeJS scripting for both event listening and API calls.
  • Polished GUI: Built on LDLib, Epiphany features a carefully crafted UI with smooth node connections, draggable insight trees, and dynamic layout adjustments for a refined player experience.

Mod Architecture

  • Module: An independent, self-contained skill tree unit. Developers can configure selection costs, module caps, and more.
  • Insight: The smallest unit within a module — incremental upgrade nodes. Their effects tend toward quantitative changes (minor stat adjustments, etc.). Insights within a module automatically form a tree structure based on depth; an insight can only be unlocked once all of its parent nodes are lit.
  • Epiphany: When a player fully unlocks every insight within a module, the module is completed and grants +1 Epiphany Slot. The player can then use this slot to freely activate an Epiphany. Epiphany effects tend toward qualitative changes (new mechanics, powerful passives). Developers can set the maximum epiphany slot count.
  • Path: An optional categorization label for epiphanies. Epiphanies without a specified path fall into the default group.
  • Aptitude: The player's experience reservoir, earned by performing behaviors defined in datapacks. The formula for required aptitude per level is configurable.
  • Insight Point: Each time the aptitude bar fills, it automatically converts into 1 Insight Point. Players spend Insight Points to select modules and unlock insights.

Advanced Development & Future Plans

Want to go beyond the built-in presets? Epiphany offers comprehensive extension channels:

  • Rich custom events and APIs
  • KubeJS scripting support for event listening and data management
  • Conditions, rewards, and aptitude sources are all registered through the registry system — developers are welcome to build advanced gameplay addons on top of Epiphany

The author is also planning a series of addon packs that integrate with more mainstream mods for expanded data and behavior compatibility. Stay tuned!

AI Content Disclosure

During the development of this mod, AI tools were extensively used to automate batch coding tasks, greatly improving development efficiency. However, the core logic, framework architecture, UI/UX design, and all product details were fully directed and executed by human authors, while AI served only as an assistive tool.

Epiphany - Modular Skill Tree

banner

夫尽小者大,积微者著。
Greatness is built from the smallest deeds; distinction from the smallest gains.

Xunzi · General Principles

Epiphany is a data-driven, modular skill tree mod for Minecraft, inspired by the Tradition mechanics of the classic sci-fi strategy game Stellaris. As an API mod designed for developers, it does not include any built-in skill tree content or attribute modifications. Instead, it provides a highly flexible character building framework for modpack and mod authors.

Requires LDLib as a dependency.

Quick Start

  • Press the K key to open the Build System GUI.
  • Check out the example datapack and the Wiki to dive deeper into Epiphany and quickly create your own skill trees.

Features

  • Modular Building: Say goodbye to massive, monolithic skill trees. Players freely mix and match modules to craft their own unique progression path.
  • Fully Data-Driven: All modules, insights, epiphanies, and paths are defined through datapacks. Create a vast RPG skill system without writing a single line of Java.
  • Rich Built-in Presets: The mod ships with an extensive set of conditions and rewards ready to use out of the box:
    1. 30+ Condition Types: Dynamically evaluate player attributes, current structure, statistics, and more to auto-unlock modules and epiphanies. Includes logical and relational operators for complex expressions.
    2. 14+ Reward Types: Vanilla attribute modifiers, command execution, item granting, status effects, and much more.
    3. 13 Aptitude Sources: Mining blocks, exploring biomes, slaying mobs... and what's more — aptitude gain is fully customizable!
    • Highly Configurable: Through the config file, authors can easily adjust the aptitude level-up formula, player slot limits, experience gain multipliers, and notification toggles, blending seamlessly into any modpack's progression balance.
    • Strong Compatibility & Mod Support: Integrates with FTB Quests, KubeJS, and other mainstream modpack development tools. Provides an open API, custom events, and supports KubeJS scripting for both event listening and API calls.
    • Polished GUI: Built on LDLib, Epiphany features a carefully crafted UI with smooth node connections, draggable insight trees, and dynamic layout adjustments for a refined player experience.

Mod Architecture

  • Module: An independent, self-contained skill tree unit. Developers can configure selection costs, module caps, and more.
  • Insight: The smallest unit within a module — incremental upgrade nodes. Their effects tend toward quantitative changes (minor stat adjustments, etc.). Insights within a module automatically form a tree structure based on depth; an insight can only be unlocked once all of its parent nodes are lit.
  • Epiphany: When a player fully unlocks every insight within a module, the module is completed and grants +1 Epiphany Slot. The player can then use this slot to freely activate an Epiphany. Epiphany effects tend toward qualitative changes (new mechanics, powerful passives). Developers can set the maximum epiphany slot count.
  • Path: An optional categorization label for epiphanies. Epiphanies without a specified path fall into the default group.
  • Aptitude: The player's experience reservoir, earned by performing behaviors defined in datapacks. The formula for required aptitude per level is configurable.
  • Insight Point: Each time the aptitude bar fills, it automatically converts into 1 Insight Point. Players spend Insight Points to select modules and unlock insights.

Advanced Development & Future Plans

Want to go beyond the built-in presets? Epiphany offers comprehensive extension channels:

  • Rich custom events and APIs
  • KubeJS scripting support for event listening and data management
  • Conditions, rewards, and aptitude sources are all registered through the registry system — developers are welcome to build advanced gameplay addons on top of Epiphany

The author is also planning a series of addon packs that integrate with more mainstream mods for expanded data and behavior compatibility. Stay tuned!

AI Content Disclosure

During the development of this mod, AI tools were extensively used to automate batch coding tasks, greatly improving development efficiency. However, the core logic, framework architecture, UI/UX design, and all product details were fully directed and executed by human authors, while AI served only as an assistive tool.

Screenshots

Gallery

  • EN-Module.png
    EN-Module.png EN-Module.png
  • EN-GUI.png
    EN-GUI.png EN-GUI.png
  • EN-Epiphany.png
    EN-Epiphany.png EN-Epiphany.png
  • Screen
    Screen
  • Module Select
    Module Select
  • GUI
    GUI
  • Epiphany Select
    Epiphany Select

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync