Tags
Creators
Details
All versions
v5.0.0
Release
v5.0.04 days ago 40
Compatibility
Minecraft: Java Edition
26.3
Platform
Data Pack
Changes
Changelog:
New Features:
- Added new recipes:
- 4 Straw Beds → 3 Hay Bales (shapeless)
- 1 Cushion → 3 Wool Slabs (any colour)


- Added “back to block” recipes for Concrete Stairs & Slabs

Technical Changes:
- Bumped min supported pack format to 121
- No longer compatible with Minecraft 26.1 - 26.3-snapshot-3
- Bumped max supported pack format to 121 for Minecraft 26.3
- Removed
data_26.2&data_26.3overlays and merged them into thedatafolder - Renamed
recipetorecipesin recipe unlock advancement triggers for 26.3-snapshot-4+
Compatibility:
- Minecraft Java 26.3
Support:
Please report any issues or submit any feature requests on GitHub or Discord.
Optional dependencies
Any compatible version
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:bUmlsA7b:cGcvIweT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bUmlsA7b:cGcvIweT"
}

