promotional bannermobile promotional banner

Regalia Slots API

Flexible and expandable accessory/equipment API. Add extra equipment slots (rings, amulets, and more) to Minecraft in a compatible, user-configurable way — fork of Curios API by TheIllusiveC4.
Back to Files

Regalia Slots API (1.1.3)

File nameregalia_slots_api-26.2-neoforge-26.2.0.57-1.1.3.jar
Uploader
LlaGuiT0LlaGuiT0
Uploaded
Aug 28, 2026
Downloads
141
Size
1.8 MB
Mod Loaders
NeoForge
File ID
8755175
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:regalia-slots-api-1659506:8755175"

Learn more about Curse Maven

What's new

v1.1.3 - Complete the third-party curio ticking fix

The Supersalto II (Jump Boost II) fix shipped in 1.1.1 for Reliquary's angelic_faher was incomplete. The effect still flickered and cut out when the amulet was worn, most noticeably on a dedicated server.

1.1.1 wired its RegaliaCurioAdapter only into the Curios-facing capability (curios:item, registered by RegaliaCompatMod). But the native tick loop in RegaliaSlotsApiCommonEvents.tick resolves curios through RegaliaSlotsApiCapability.ITEM, which never consulted items registered through the copied Curios API (the RegaliaExtensionsAdapter.REGISTERED_ITEMS map). For third-party items such as Reliquary's amulet, RegaliaSlotsApi.getCurio(stack) returned empty, so curioTick, onEquip, and onUnequip were never called from the native loop.

Fixed

  • The native RegaliaSlotsApiCapability.ITEM provider now also resolves items registered through the Curios API, wrapping them in RegaliaCurioAdapter.
  • The native tick loop gained a fallback: when no native curio resolves for a slotted stack, it queries the stack's curios:item capability and adapts it through the new CuriosICurioAdapter (top.theillusivec4.curios.api.type.capability.ICuriocom.skd.regaliaslotsapi.api.type.capability.ICurio), so active tick effects run every server tick and the equip/unequip lifecycle fires correctly.

JAR: regalia_slots_api-26.2-neoforge-26.2.0.57-1.1.3.jar

Tag: 26.2-neoforge-1.1.3

This mod has no additional files