Skip to content

Releases: Nightwielder23/apothic_renaming

Apothic Renaming v1.0.0 - NeoForge 1.21.1

Choose a tag to compare

First release of Apothic Renaming for 1.21.1 NeoForge.

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 the AFFIX_NAME component and Apotheosis is loaded.
  • Sets the typed name via DataComponents.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

  • NeoForge 21.1.187+
  • Apotheosis 8.0.0 or newer (soft dependency, the mod does nothing without it)

Apothic Renaming v1.0.0 - Forge 1.20.1

Choose a tag to compare

First release of Apothic Renaming for 1.20.1 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 47+
  • Apotheosis 7.0.0 or newer (soft dependency, the mod does nothing without it)

Apothic Renaming v1.0.0 - Forge 1.19.2

Choose a tag to compare

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)

Notes

  • AttributesLib is bundled inside Apotheosis 6.x at the shadows.apotheosis.core.attributeslib package, not a separate mod. No extra dependency setup needed.