Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Curios API

Curios API

A flexible and expandable accessory/equipment API for users and developers.

7.29M
752
Equipment
Library
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.6
1.20–1.20.4
1.19.x
1.18.2
1.17.1
1.16.4–1.16.5
1.15.2
1.14.4
1.13.2

Platforms

Fabric
Forge
NeoForge

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on Ko-fi

Creators

TheIllusiveC4
TheIllusiveC4 Owner

Details

Licensed LGPL-3.0-or-later
Published 2 years ago
Updated 3 weeks ago
DescriptionChangelogVersions

Show all versions

1
6
7

curios-forge-1.19.3-5.1.4.1

by TheIllusiveC4 on Mar 16, 2023
Download

The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

[1.19.3-5.1.4.1] - 2023.03.15

Added

  • Added vi_vn localization (thanks ZzThanhBaozZ!) #289

Changed

  • Updated it_it localization (thanks WVam!) #288

Fixed

  • Fixed crashes when slots get resized to negative amounts dynamically

curios-forge-1.16.5-4.1.0.0

by TheIllusiveC4 on Mar 3, 2023
Download

[1.16.5-4.1.0.0] - 2023.03.03

Added

  • [API] Added SlotModifiersUpdatedEvent to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers
  • [API] Added ICuriosHelper#setEquippedCurio and ICuriosHelper#findCurio() for setting items into curio slots and getting items from curio slots respectively
  • Added new commands:
    • /curios drop for dropping curio items from slots
    • /curios list for listing curio slots and origins
    • /curios replace for setting curio items into slots
  • Added curios:set_curio_attributes loot function

Fixed

  • Fixed curio entity selectors counting slots with size 0 erroneously
  • Fixed startup crashes with ConcurrentModificationException

curios-forge-1.18.2-5.0.9.0

by TheIllusiveC4 on Mar 2, 2023
Download

The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

[1.18.2-5.0.9.0] - 2023.03.02

Added

  • Added /curios drop command for dropping curio items

Fixed

  • Fixed curio entity selectors counting slots with size 0 erroneously

curios-forge-1.19.2-5.1.3.0

by TheIllusiveC4 on Mar 2, 2023
Download

The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

[1.19.2-5.1.3.0] - 2023.03.02

Added

  • Added /curios drop command for dropping curio items

Fixed

  • Fixed curio entity selectors counting slots with size 0 erroneously

curios-forge-1.19.3-5.1.4.0

by TheIllusiveC4 on Feb 27, 2023
Download

The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

[1.19.3-5.1.4.0] - 2023.02.27

Added

  • Added /curios drop command for dropping curio items

Changed

  • Updated zh_cn localization (thanks WadjetSama!) #285
  • Updated it_it localization (thanks WVam!) #284

Fixed

  • Fixed curio entity selectors counting slots with size 0 erroneously

curios-forge-1.18.2-5.0.8.0

by TheIllusiveC4 on Feb 16, 2023
Download

The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

[1.18.2-5.0.8.0] - 2023.02.15

Added

  • Added new ICurio#canWalkOnPowderedSnow method for curio implementations that allow walking on Powdered Snow blocks (thanks bconlon!) #273
  • Added SlotModifiersUpdatedEvent to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers #276
  • Added two commands:
    • /curios replace <slot> <index> <player> with <item> [count] for setting items to curio slots
    • /curios list for listing all registered slots and which mods they come from #261
  • Added ICuriosHelper#setEquippedCurio and ICuriosHelper#findCurio() for setting items into curio slots and getting items from curio slots respectively

curios-forge-1.19.2-5.1.2.2

by TheIllusiveC4 on Feb 16, 2023
Download

The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

[1.19.2-5.1.2.2] - 2023.02.15

Fixed

  • Fixed SlotModifiersUpdatedEvent not always firing

curios-forge-1.19.3-5.1.3.1

by TheIllusiveC4 on Feb 16, 2023
Download

The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

[1.19.3-5.1.3.1] - 2023.02.15

Fixed

  • Fixed SlotModifiersUpdatedEvent not always firing

curios-forge-1.19.2-5.1.2.1

by TheIllusiveC4 on Feb 15, 2023
Download

The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

[1.19.2-5.1.2.1] - 2023.02.15

Fixed

  • Fixed equip sounds still not playing properly in the Curios screen

curios-forge-1.19.2-5.1.2.0

by TheIllusiveC4 on Feb 15, 2023
Download

The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

[1.19.2-5.1.2.0] - 2023.02.15

Added

  • Added new ICurio#canWalkOnPowderedSnow method for curio implementations that allow walking on Powdered Snow blocks (thanks bconlon!) #273
  • Added SlotModifiersUpdatedEvent to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers #276
  • Added two commands:
    • /curios replace <slot> <index> <player> with <item> [count] for setting items to curio slots
    • /curios list for listing all registered slots and which mods they come from #261
  • Added ICuriosHelper#setEquippedCurio and ICuriosHelper#findCurio() for setting items into curio slots and getting items from curio slots respectively

Changed

  • ICurio#onEquipFromUse now fires when items are placed into slots in inventory screens

Fixed

  • Fixed equip sounds not playing properly in the Curios screen (thanks bconlon!) #281

curios-forge-1.19.3-5.1.3.0

by TheIllusiveC4 on Feb 14, 2023
Download

The format is based on Keep a Changelog and this project adheres to Forge Recommended Versioning.

This is a copy of the changelog for the most recent version. For the full version history, go here.

[1.19.3-5.1.3.0] - 2023.02.13

Added

  • Added SlotModifiersUpdatedEvent to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers #276
  • Added two commands:
    • /curios replace <slot> <index> <player> with <item> [count] for setting items to curio slots
    • /curios list for listing all registered slots and which mods they come from #261
  • Added ICuriosHelper#setEquippedCurio and ICuriosHelper#findCurio() for setting items into curio slots and getting items from curio slots respectively

Changed

  • ICurio#onEquipFromUse now fires when items are placed into slots in inventory screens

Fixed

  • Fixed equip sounds not playing properly in the Curios screen (thanks bconlon!) #281

curios-forge-1.19.3-5.1.2.0

by TheIllusiveC4 on Feb 3, 2023
Download

curios-forge-1.19.2-5.1.1.0

by TheIllusiveC4 on Feb 3, 2023
Download

curios-forge-1.18.2-5.0.7.1

by TheIllusiveC4 on Feb 3, 2023
Download

curios-forge-1.17.1-5.0.2.7

by TheIllusiveC4 on Feb 3, 2023
Download

curios-fabric-0.0.13-1.16.5

by TheIllusiveC4 on Feb 3, 2023
Download

curios-forge-1.16.5-4.0.8.2

by TheIllusiveC4 on Feb 3, 2023
Download

curios-FORGE-1.15.2-2.0.2.7

by TheIllusiveC4 on Feb 3, 2023
Download

curios-FORGE-1.14.4-1.0.6.1

by TheIllusiveC4 on Feb 3, 2023
Download

curios-1.13.2-0.12

by TheIllusiveC4 on Feb 3, 2023
Download
1
6
7

Modrinth is open source.

main@4b75cb8

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.