
EmakiStrengthen | Equipment Star Enhancement & Branch Growth
Drive equipment from +0 to +N through a fully configurable star-enhancement system: per-star materials and odds, tempering that builds up on failure, protection materials, multiple failure outcomes, nested branch growth, milestone skills, live previews and
Tags
Creators
Details
4.5.0
Compatibility
Required content
Changes
Added
- Held-item strengthen actions for rerendering, star changes, reset, and layer clearing.
- Manifest v2 Web Console integration for route preview, branches, stars, materials, economy, and effects.
- Command suggestions after
/emakistrengthen.
Fixed / Improved
- Fixed a possible null pointer when returning materials after closing the GUI.
- Fixed strengthened item names flattening localized vanilla base names.
- Improved Web Console route preview style loading.
- Aligned with the Paper API /
paper-plugin.yml1.21.8+ baseline.
Notes
- Update with the matching CoreLib release.
- Breaking: Action aliases were removed; use canonical action IDs.
- Legacy config fields remain consolidated (
es_skills,stars).
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:SH4PlNS2:2LKfBSrS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SH4PlNS2:2LKfBSrS"
}

