v3.0.0-beta1
Compatibility
Changes
Why v3.0.0?
- v2.1.0 should’ve been v3.0.0 due to significant changes in how the data pack functions for Minecraft Java 1.21.2. It was not a content update.
- This release removes some functionality, which could also be considered a breaking change as the expected behaviour of the pack is changed.
- Going forward, it’s likely that the major version will be bumped much more frequently, mostly due to the new Minecraft update cycle.
Changelog:
- Changed the colour of pack name in pack description to orange
- Bumped pack format from 55 to 57
- No longer compatible with versions prior to 1.21.2-pre1
- Updated pack description from “Minecraft 1.21.2” to “Minecraft 1.21.2-1.21.3”
- The latest compatible version of Minecraft is now listed in the pack file name
- Example: BetterCraftables_v3.0.0-beta1_mc1.21.3.zip
- The following recipes have been removed and placed into the new Better Unpackables data pack:
- Amethyst Block → Amethyst Shards
- Glowstone Block → Glowstone Dust
- Stone → Cobblestone
- Deepslate → Cobbled Deepslate
- Wool → String
- If you wish to use these recipes but don't want to install another data pack, you can still use v2.1.0. Just keep in mind that these recipes will not be available in upcoming releases of Better Craftables for future versions of Minecraft.
This version is compatible with Minecraft Java 1.21.2 - 1.21.3.
If there are no issues, this version will be released as v3.0.0 next week.
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:Az7WvwcJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLG002oq:Az7WvwcJ"
}


