A Stand addon mod for Ripples of the Past (RotP) on Minecraft 1.16.5 (Forge).
This project adds a custom Stand themed around Demon / Fear, including gameplay mechanics + client-side visuals.
Note: This repository is based on the RotP Example Addon template, but it has been modified into a standalone addon mod.
- Demon Stand implementation
- Custom Stand actions / mechanics for the Demon-themed Stand.
- Fear / Strength mechanics (WIP / evolving)
- Fear-related gameplay logic (consumption/decay/buffs) and related balancing work.
- Strength mechanic fixes and experiments (see commits/branches).
- Client effects & visuals
- Dynamic texture / rendering experiments for Stand visuals.
- “Demon View” style visual effect (special rendering behavior).
- Combat skills
- Special punch actions (e.g. Heart Punch / Chest Pierce-style skill).
- Domain-like skill/effect experiments (if enabled in code).
Exact behavior depends on the current commits — this addon is actively iterated.
- Minecraft: 1.16.5
- Forge: 1.16.5 (same environment as RotP addon template)
- Java: JDK 8 (required for 1.16.5 modding)
- Dependency: Ripples of the Past (RotP) mod must be present
- Install IntelliJ IDEA (recommended) or Eclipse
- Install JDK 8
- Clone this repository:
git [clone <your_repo_url>](https://github.com/KINnao087/RotpAddon-Demon.git) git clone https://github.com/KINnao087/RotpAddon-Demon.git