Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
v1.0.0
First release of Apothic Renaming for 1.19.2 Forge.
A small server-side mod that lets you rename Apotheosis affixed items in a vanilla anvil. The custom name replaces Apoth's prefix and suffix decoration without using a Sigil of Unnaming. Affixes, sockets, and rarity color are preserved.
Behavior
Listens to AnvilUpdateEvent and only acts when the left item has affixes and Apotheosis is loaded. Sets the typed name as the item's vanilla custom name, then collapses Apoth's affix-name template so only the custom text shows. Anvil cost is 1 XP level with no material cost.
Requirements
- Forge 43+
- Apotheosis 6.5.0 or newer (soft dependency, the mod does nothing without it)
Optional dependencies
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:IQuzhWuj:sPxvpkY0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IQuzhWuj:sPxvpkY0"
}


