Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
All versions
1.16.5-4.1.0.0
Release
curios-forge-1.16.5-4.1.0.03 years ago 193.7K
Compatibility
Minecraft: Java Edition
1.16.4ā1.16.5
Platform
Forge
Supported environments
Client and server
Changes
[1.16.5-4.1.0.0] - 2023.03.03
Added
- [API] Added
SlotModifiersUpdatedEventto listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers - [API] Added
ICuriosHelper#setEquippedCurioandICuriosHelper#findCurio()for setting items into curio slots and getting items from curio slots respectively - Added new commands:
/curios dropfor dropping curio items from slots/curios listfor listing curio slots and origins/curios replacefor setting curio items into slots
- Added
curios:set_curio_attributesloot function
Fixed
- Fixed curio entity selectors counting slots with size 0 erroneously
- Fixed startup crashes with ConcurrentModificationException
Supplementary resources
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:vvuO3ImH:5qPuCFYD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vvuO3ImH:5qPuCFYD"
}

