promotional bannermobile promotional banner

Curios API (Forge/NeoForge)

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

File Details

curios-forge-5.9.0+1.20.1-sources.jar

  • R
  • Apr 27, 2024
  • 172.57 KB
  • 49
  • 1.20.1+1
  • Forge + 1

File Name

curios-forge-5.9.0+1.20.1-sources.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:curios-309927:5296877")

NeoForge

implementation fg.deobf("curse.maven:curios-309927:5296877")
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 Semantic Versioning. Prior to version 5.2.0, this project used Forge Recommended Versioning.

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

[5.9.0+1.20.1] - 2024.04.27

Added

  • Added enableLegacyMenu configuration option to curios-server.toml to opt-out from the new screen to the old screen
  • [API] Added CuriosApi#getCurioPredicates

Changed

  • Changed default Curios GUI to the new interface introduced in 5.8.0
  • New interface no longer shifts the screen to the right
  • Scrolling through pages in the new interface is twice as fast
  • Lowered the maximum value of maxSlotsPerPage configuration option from 64 to 48

Fixed

  • Fixed generic curio slots from failing validation checks when only those slots exist on an entity #402

Removed

  • Removed enableExperimentalMenu configuration option