Links
Tags
Creators
Details
1.4.5
Compatibility
Required content
Changes
RotpAddon-Demon 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.
Features 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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ljoeWN3K:qYFfuYgP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ljoeWN3K:qYFfuYgP"
}


