1.4
Compatibility
Changes
- 2026-05-13
⚡ Performance Improvements
- Optimized rendering performance - smoother item rotation, especially on lower-end systems
- Reduced lag when handling multiple displays - better memory management
- Improved item caching - displays load faster in your builds
🐛 Bug Fixes & Stability
- Fixed rare issues with item extraction
- Improved stability when handling special items (custom modded items)
- Better handling of water bucket interactions
- Fixed potential crashes with certain item combinations
🎨 Quality of Life
- All features work reliably and consistently
- Smoother interactions with dyes, water, and honeycomb
- Better responsiveness to player actions
✨ Features (Fully Compatible)
All existing features remain:
- 16-color lid customization via dyes
- Smooth rotating item displays
- Honeycomb waxing to lock displays
- Water bucket color washing
- Full compatibility with any items
- Hidden Easter Egg (nest displays for a surprise!)
- Multiloader support (Fabric & NeoForge)
📝 Update Notes
This update focuses on stability and performance behind the scenes. Nothing changes in how you use the mod—it just runs smoother!
Safe to update: No breaking changes whatsoever.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| display_case-neoforge-26.1-1.4.jar | Unknown | 65.11 KiB |
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:cSIsh4gX:zNLrDgJA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cSIsh4gX:zNLrDgJA"
}

