block· Machines & Other Blocks

Cobbled Dirt

Goety · by Polarice3
block DirtPickaxe MineableShovel MineableDirt

Cobbled Dirt is a block from Goety, crafted from Rocky Dirt.

Acquisition

Cursed Infuser Recipes using Rocky Dirt. Produces Cobbled Dirt.

Cursed Infuser Recipes conditional
Rocky Dirt Rocky Dirt·not yet documented
Cobbled Dirt guaranteed

Crafting using Dirt, Cobblestone, Cobblestone and Dirt, arranged in the pattern shown. Produces Cobbled Dirt.

Crafting conditional
Cobbled Dirt guaranteed

Mining & drops

sourcecountdrop rateconditions
Cobbled Dirt1–1100%Survives Explosion
Cobbled Dirt1–1100%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.

Used in

Cursed Infuser Recipes using Cobbled Dirt. Produces Rocky Dirt.

Cursed Infuser Recipes conditional
Rocky Dirt Rocky Dirt·not yet documented guaranteed

Block drops

dropscountdrop rateconditions
Cobbled Dirt1–1100%Survives Explosion
1–1100%Match Tool
Cobbled Dirt1–1100%Drops itself with Silk Touch
1–1100%Match Tool

Drop rates are per-roll probabilities, not absolute find rates — actual odds also depend on structure generation and loot pool weights.

Developer reference
Registry name
goety:cobbled_dirt
Namespace
goety
Mod ID
goety
Tags (4)
minecraft:blocks/dirt
minecraft:blocks/mineable/pickaxe
minecraft:blocks/mineable/shovel
minecraft:items/dirt

Recipe JSON (2):

{
  "recipe_type": "goety:cursed_infuser_recipes",
  "pattern": null,
  "ingredients": {
    "item": "caverns_and_chasms:rocky_dirt"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "caverns_and_chasms"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CD",
    "DC"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft: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
}