Tags
Creators
Details
All versions
v8.0.0+mod
Release
v8.0.0+modyesterday 126
Compatibility
Minecraft: Java Edition
26.3
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Changelog:
New Features (from v7.3.0):
- Added Poplar Wood recipes for:
- Copper Chains in Hanging Signs
- All-in-One Boats
- Added new “plant dyeing” recipes (shapeless):
- Red Poplar Leaves + Yellow Dye = Yellow Poplar Leaves
- Red Poplar Leaves + Orange Dye = Orange Poplar Leaves
- Orange Poplar Leaves + Yellow Dye = Yellow Poplar Leaves
- Orange Poplar Leaves + Red Dye = Red Poplar Leaves
- Yellow Poplar Leaves + Orange Dye = Orange Poplar Leaves
- Yellow Poplar Leaves + Red Dye = Red Poplar Leaves
- Any green Leaves + Red Dye = Red Poplar Leaves
- Any green Leaves + Yellow Dye = Yellow Poplar Leaves
- Any green Leaves + Orange Dye = Orange Poplar Leaves
- Red Shrub + Green Dye = Bush
- Bush + Red Dye = Red Shrub
New Features:
- Added redyeing recipes for Concrete Stairs & Slabs

- Added Shelf Mushroom → Brown Dye recipe

Technical Changes:
- Updated for Minecraft Java 26.3
- No longer compatible with Minecraft 26.1 - 26.2
- 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:
- Fabric & Quilt 26.3 (Fabric API required)
- NeoForge 26.3
- Forge 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:2UkGDTXL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLG002oq:2UkGDTXL"
}

