Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated 2 hours ago
All versions
1.0.4
Release
Container Preview 1.0.42 hours ago 3
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client-side
Changes
v1.0.4 — MC 26.3 (Multi-Loader)
Feature port to Minecraft 26.3 ("Wilderness Bound") with full multi-loader support.
✨ What's New
- Minecraft 26.3 Support — Full compatibility with MC 26.3 across Fabric, Forge, and NeoForge
- Tooltip container previews for all supported container items (shulker boxes, chests, bundles, etc.)
- Nested container preview support, lock/detail view, and customizable keybinds
- Config screen integration (Mod Menu on Fabric, Config screens on Forge & NeoForge)
⚙️ Technical & Toolchain
- Java 25 & Gradle 9.6 compatibility
- Fabric: Fabric Loader >=0.19.5, Fabric API 0.161.0+26.3
- Forge: Forge 66.0.3+
- NeoForge: NeoForge 26.3.0.16-beta+
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:wXtQ1hSC:zFcYwcgG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wXtQ1hSC:zFcYwcgG"
}

