All versions
1.02q
Release
Chest DNA 1.02qlast week 11
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client-side
Server-side
Changes
Chest DNA 1.02q — Minecraft 26.3
Added
- Minecraft 26.3 support.
- Fabric Loader 0.19.5 support.
- Fabric API 0.160.6+26.3 support.
- NeoForge 26.3.0.3-beta support.
Changed
- Updated the loot system for Minecraft 26.3’s new
LootContextAPI. - Migrated NeoForge loot modifiers to the new 26.3 modifier chain.
- Updated the tooltip panel for the changed
GuiGraphicsExtractorsignature. - Updated Fabric and NeoForge version ranges to target Minecraft 26.3.
- Migrated the NeoForge mod icon metadata to
iconFile. - Updated the NeoForge development plugin to 2.0.147.
Verified
- Fabric and NeoForge builds complete successfully.
- Minecraft 26.3 dedicated servers start successfully on both loaders.
- Chest and block loot origin tracking works correctly.
- DNA data synchronizes correctly between server and client.
- Items obtained from the creative inventory are stamped correctly.
- The tooltip card renders correctly at multiple GUI scales.
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:E12tucSY:OWqMQqfo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E12tucSY:OWqMQqfo"
}

