block· Machines & Other Blocks

Tuff Dirt

Galosphere · by Orcinus
block Mole Diggable BlockPickaxe MineableShovel Mineable

Tuff Dirt is a block from Galosphere, crafted from Tuff and Dirt.

Acquisition

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

Crafting
  • Inputs
  • 2 × Tuff
  • 2 × Dirt
  • Output
  • Tuff Dirt
Tuff Dirt guaranteed

Mining & drops

sourcecountdrop rateconditions
Tuff Dirt1–1100%Survives Explosion

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.

Block drops

Drops itself when broken.

Developer reference
Registry name
galosphere:tuff_dirt
Namespace
galosphere
Mod ID
galosphere
Tags (3)
galosphere:blocks/mole_diggable_block
minecraft:blocks/mineable/pickaxe
minecraft:blocks/mineable/shovel

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#C",
    "C#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:tuff"
    },
    "C": {
      "item": "minecraft:dirt"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}