All versions
2.0.0
Release
Datapack 2.0.02 years ago 33
Compatibility
Minecraft: Java Edition
1.20.1–1.20.4
Platform
Data Pack
Changes
Version 2.0.0
This is a very big update to the datapack. The amount of features in the pack has more than doubled.
The new additions are:
- Bulk craftable chains using 2 iron ingots and 1 block
- Easier to craft minecarts using iron blocks instead of ingots
- Easier to craft minecarts with, TNT, hopper, chest and furnace
- Craftable rooted dirt using hanging roots under dirt blocks
- Craftable cobwebs by placing string in an X-shape
- Unpackable clay blocks into balls
- Unpackable normal and red sandstone into their respectable sands
- Unpackable quartz blocks into nether quartz
- Both types of nylium are craftable using warped or crimson roots above netherrack
- Unpackable honeycomb blocks into honeycomb
- Unpackable melon blocks into melon slices
- Skeleton skulls can be crafted into 9 bones
- Flint can be crafted by placing 3 gravel in a backward L
- Any wool colour can be crafted into string
- Sculk blocks can be crafted from 9 sculk veins
- Weeping and twisting vines can be crafted from 3 of their respective roots placed in a downward line
- Any sapling can be smelted into a dead bush in a smoker
- Beacons can be crafted using any glass colour (this won't affect the colour of the beacon beam)
- 4 brown and red mushrooms placed in a square can be used to craft their block variants
- Bulk crafting of iron and gold pressure plates using blocks instead of ingots
- Bulk crafting of cauldrons using iron blocks
- Unpackable nether and warped wart blocks to fungus
- Craftable nether and warped wart blocks from 4 fungi in a square
- Stone variants such as diorite can be used to craft furnaces and all of the stone tools and weapons.
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:6ur9xBKt:xUJNc1iM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6ur9xBKt:xUJNc1iM"
}

