All versions
v5.0.0-beta1
Beta
v5.0.0-beta1last year 37
Compatibility
Minecraft: Java Edition
25w20a
Platform
Data Pack
Changes
Changelog:
New Features:
- Added a recipe unlock advancement for the Honey Bottle Sticky Piston recipe
Changes:
- Updated credits.txt
- Removed Saddle recipe
- Saddles now have a recipe in vanilla as of Snapshot 25w20a!
- Changed the Bell recipe and made it cheaper (#10)
- Now requires 3 Gold Ingots instead of 1 Gold Block

Technical Changes:
- Bumped pack format to 77 for Java Snapshot 25w20a
- No longer compatible with Minecraft Java 1.21.5 (and Snapshots 25w15a - 25w19a)
- Renamed
alternate_stones&alternate_stone_slabsitem tags toalternative_stones&alternative_stone_slabsand updated recipes accordingly - Renamed
string_to_cobwebrecipe tocobweb& updated the recipe unlock advancement accordingly - Separated the alternative Honey Bottle Sticky Piston recipe from the base recipe to avoid potential conflicts
Bug Fixes:
- Fixed the Cobweb recipe not unlocking due to a mistyped recipe name
Compatibility:
- Snapshot 25w20a
Support:
Please report any issues or submit any feature requests on GitHub or Discord.
Optional dependencies
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:56Q4MERw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLG002oq:56Q4MERw"
}


