Links
Tags
Creators
Details
1.2.0+neoforge
Compatibility
Changes
🧩 First NeoForge Release
Shulker Box Quick Open now runs on NeoForge. The Fabric and NeoForge builds are compiled from a single shared codebase, so both behave identically.
✨ What it does
Right-click while holding a shulker box and looking at air to open it instantly — no need to place it down. Uses the vanilla interface, plays the vanilla open/close sounds, and locks the held slot so you can't insert the box into itself.
📋 Requirements
- Minecraft 1.21.10
- NeoForge 21.10.64+
- Java 21
- No additional API mod required
The mod must be installed on the server to work in multiplayer. Client installation is optional.
Full changelog: https://github.com/Ashx87/shulker-box-quick-open/releases/tag/v1.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:QJy7pOYm:tYGLEElP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QJy7pOYm:tYGLEElP"
}

