promotional bannermobile promotional banner

Curios API (Forge/NeoForge)

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

File Details

curios-forge-1.18.2-5.0.8.0.jar

  • R
  • Feb 16, 2023
  • 269.49 KB
  • 194.7K
  • 1.18.2
  • Forge

File Name

curios-forge-1.18.2-5.0.8.0.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:curios-309927:4398051")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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