All versions
2.6.8+1.21.1-neoforge
Release
Chest Tracker (NeoForge port) 2.6.8+1.21.1-neoforge2 weeks ago 713
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
- [feature] Added full support for moving contraptions from the Create mod. Chests on contraptions and vanilla minecarts are now correctly remembered and saved without causing crashes.
- [feature] Restored Searchables compatibility. You can now use advanced search queries like
@createor#forge:ingotswith autocomplete in the Chest Tracker GUI. - [feature] Restored Jade integration. Jade will now display a Chest Tracker icon when looking at a remembered container.
- [feature] Restored Shulker Box Tooltip integration. Ender Chests and Shulker Boxes will correctly display the Chest Tracker brand when inspecting them in the inventory.
- [fix] Fixed an issue where the
Compatibility.SEARCHABLESflag was hardcoded tofalsepreventing the Searchables UI from loading.
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:tKgBLOU4:CGOVSYGP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tKgBLOU4:CGOVSYGP"
}

