Creators
Details
Licensed MIT
Published last year
Updated 3 months ago
All versions
4.0.2
Beta
gravestonecurioscompat-1.21.1-NeoForge-4.0.2.jar4 months ago 207.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
Fixes crash due to obfuscation issues, i'm sorry to all people who were affected
Major rewrite of Gravestone Curios Compatibility:
- Per-item slot tracking: curios now restore to their exact original slot
- Cosmetic slot support: cosmetic curios are properly preserved and restored
- Slot-adding item priority: items that add curio slots are restored first
- Delayed restoration: prevents conflicts with slot initialization
- Curse of Binding support: configurable handling of cursed items
- Forced slot rebuild on restoration for accurate slot counts
- Respects Curios keepCurios config setting (fixes item deletion when keepCurios = ON)
- Player logout cleanup to prevent item loss
- Item blacklist configuration
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:NaiL8bPN:ugBtElN2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NaiL8bPN:ugBtElN2"
}

