Tags
Creators
Details
Licensed CC-BY-4.0
Published last year
All versions
2.0.0snapshot-3
Beta
Better Crafts 2.0.0snapshot-33 months ago 10
Compatibility
Minecraft: Java Edition
26.2-snapshot-2
26.1.x
1.21.11
Platform
Data Pack
Changes
⚡added
- 16 new recipes
- adding the following recipe: 1x bricks block -> 4x brick
- adding the following recipe: 1x resin block -> 4x resin brick
- adding the following recipe: 1x amethyst block -> 4x amethyst shard
- adding the following recipe: 1x sandstone -> 4x sand
- adding the following recipe: 1x red sandstone -> 4x red sand
- adding the following recipe: 1x snow block -> 4x snowball
- adding the following recipe: 1x clay block -> 4x clay ball
- adding the following recipe: 1x melon -> 9x melon slice
- adding the following recipe: 4x amethyst shard + 1x bone meal -> 1x budding amethyst
- adding the following recipe: 5x pooped chorus fruit -> 1x shulker shell
- adding the following recipe: 3x echo shard + 2x sculk block + 1x soul sand (or soul soil) + 3x bone block -> 1x sculk catalyst
- adding the following recipe: 3x stone + 4x stick + 1x gold block -> 1x bell
- adding the following recipe: 3x flint + 3x stick + 3x feather -> 16x arrow
- adding the following recipe: 1x dirt + 3x hanging root -> 1x rooted dirt
- adding the following recipe: 4x chorus fruit + 1x egg (or blue egg / brown egg) -> 1x ender pearl
- adding the following recipe: 2x netherrack + 2x coal (or charcoal) -> 2x magma block
🛠️new version(s)
- 26.2-snapshot-2
Bugs may appear, feel free to report them on Discord.
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:aDED1jkd:dozbwgrv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aDED1jkd:dozbwgrv"
}

