Tags
Creators
Details
All versions
v8.0.0
Release
v8.0.0yesterday 29
Compatibility
Minecraft: Java Edition
26.3
Platform
Data Pack
Changes
Changelog:
New Features:
- Added redyeing recipes for Concrete Stairs & Slabs

- Added Shelf Mushroom → Brown Dye recipe

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 - Updated Raw Ore Block blasting recipe
cooking_timesfrom 800 to 1600- The speed-up now comes from the fuel's
speed_multiplierinstead
- The speed-up now comes from the fuel's
Compatibility:
- Minecraft 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:BLG002oq:8cqDG4py"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLG002oq:8cqDG4py"
}

