Crafting using Dark Dirt, Cobblestone, Cobblestone and Dark Dirt, arranged in the pattern shown. Produces Cobbled Dark Dirt.
- Inputs
- 2 × Dark Dirt
- 2 × Cobblestone
- Output
- → Cobbled Dark Dirt


block· Machines & Other Blocks
Cobbled Dark Dirt is a block from Goety, crafted from Dark Dirt and Cobblestone.
Crafting using Dark Dirt, Cobblestone, Cobblestone and Dark Dirt, arranged in the pattern shown. Produces Cobbled Dark Dirt.

| source | count | drop rate | conditions |
|---|---|---|---|
| Cobbled Dark Dirt | 1–1 | 100% | Survives Explosion |
| Cobbled Dark Dirt | 1–1 | 100% | Drops itself with Silk Touch |
Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.
| drops | count | drop rate | conditions |
|---|---|---|---|
| Cobbled Dark Dirt | 1–1 | 100% | Survives Explosion |
| — | 1–1 | 100% | Match Tool |
| Cobbled Dark Dirt | 1–1 | 100% | Drops itself with Silk Touch |
| Dark Dirt | 1–1 | 100% | Match Tool |
Drop rates are per-roll probabilities, not absolute find rates — actual odds also depend on structure generation and loot pool weights.
goety:cobbled_dark_dirtgoetygoetyminecraft:blocks/dirt minecraft:blocks/mineable/shovel minecraft:items/dirt
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"CD",
"DC"
],
"ingredients": {
"C": {
"item": "goety:dark_dirt"
},
"D": {
"item": "minecraft:cobblestone"
}
},
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "caverns_and_chasms"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}