All versions
26.2
Release
Shift Double CHEST 26.22 weeks ago 23
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Shift Double Chest
Shift Double Chest is a custom Minecraft Fabric mod designed to give you precise control over chest placement mechanics and interactions.
🌟 Features
- Shift-to-Merge Control: When placing a chest next to an existing chest while sneaking (holding Shift), the mod automatically merges them into a double chest.
- Smart Interaction Management: If you are holding a chest item in your hand and want to open an existing chest, you must move the item away (or clear your hand) to open the inventory, preventing accidental block placements.
- Lightweight & Seamless: Built specifically for modern Fabric versions without causing unnecessary server overhead or lag.
📋 Requirements
- Fabric API
- Minecraft 26.2
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:oifH4ZGP:sg3wkcvM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oifH4ZGP:sg3wkcvM"
}

