All versions
1.0
Release
v1.011 months ago 417
Compatibility
Minecraft: Java Edition
1.21.1–1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes

Additions
- Added Diamond Splinters;
- Added Diamond crafting recipe (9 Diamond Splinters);
- Added Diamond Splinter from Diamond crafting recipe (1 Diamond -> 9 Diamond Splinters);
- Added blasting/smelting Diamond Splinter recipes (Diamond Sword/Pickaxe/Axe/Shovel/Hoe/Horse Armor/Helmet/Chestplate/Leggings/Boots -> Diamond Splinter);
- Added recipe advancements for new recipes.
Changes
- Deepslate Diamond Ore now drops Diamond Splinters instead of Diamonds;
- Smelting/Blasting Deepslate Diamond Ore now yields Diamond Splinters instead of Diamonds;
- Nerfed Diamond loot in some structure containers (replaced Diamonds with Diamond Splinters in Desert Pyramid, Shipwreck, Village, Abandoned Mineshaft, Buried Treasure, Trial Chambers & Jungle Temple Chests/Barrels/Vaults; Replaced Diamond Blocks with Diamonds and Diamond Pickaxes with Iron Pickaxes in Trial Chamber loot tables);
- Jukeboxes are now crafted with Diamond Splinters instead of Diamonds;
- Changed recipe advancements to match adjusted recipes.
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:ukFtOFi6:EJEIc0yV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ukFtOFi6:EJEIc0yV"
}

