Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 5 days ago
All versions
26.3-1.0.3
Release
UsefulDecor: Interactive Craft 26.3-1.0.35 days ago 59
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client and server
Changes
⚙️ Full Changelog & Specifications
- Game Version Compatibility: Fully updated to support Minecraft 26.3.
- Modloader Support: Built and compiled specifically for Fabric.
- Java Runtime Upgrade: Fully optimized for Java 25 to match the latest platform standards and minimize rendering stutter.
- Code Cleanup: Integrated critical stability improvements and internal adjustments carried over from the
1.0.2-snapshot-10testing build.
ℹ️ Please Note
This is a technical compatibility update. No new thematic blocks, secure containers, or interactive furniture pieces were introduced in this version.
- Upgrading your world? It is always recommended to create a backup before opening your old saves in a newer game version.
- Found a bug? Since this is a fresh port, please report any unexpected behavior or visual glitches directly to our Issues tracker!
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:InPh4czF:bnHzmodc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:InPh4czF:bnHzmodc"
}

