Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 months ago
All versions
1.2.0
Release
Better List for Litematica 1.2.02 months ago 984
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
1.2.0
Fixed
- Tracked chests no longer lose their contents after you open your own inventory (or any non-chest screen) — the wrong screen was being scanned into the last opened chest.
- Invalid / leftover entries (e.g. "PLAYER EQ") are pruned from the tracked-chest list; container ids are now validated.
- The tracked-chests screen (K) is now scrollable.
- Middle-click and right-click no longer trigger buttons/checkboxes — only left-click does.
Added / Changed
- HUD: completed targets now stay at the bottom in green (e.g.
12 / 12) instead of disappearing. - New "Count player inventory" toggle in Settings — exclude your inventory from "Stored" to count only tracked chests.
- The "Auto" toggle now also keeps the "Missing" count fresh (quiet recount, no Litematica popup) while you're near the build, so the HUD no longer shows stale numbers.
- Party project: the admin can multi-select which schematics the party builds and send them to everyone; if a member lacks a schematic file, the admin is told who.
⚠️ For full party sync (teammate heads/targets, project sharing) also update the Better List Integration server plugin to 1.2.0.
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:53JE9NaZ:HnpAHLpB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:53JE9NaZ:HnpAHLpB"
}



