block· Machines & Other Blocks

Rocky Dirt

Twigs · by Ninni
block Pickaxe MineableShovel Mineable

Rocky Dirt is a block from Twigs, crafted from Dirt and Pebble.

Acquisition

Crafting using Dirt, Pebble, Pebble and Dirt, arranged in the pattern shown. Produces 4× Rocky Dirt.

Crafting
  • Inputs
  • 2 × Dirt
  • 2 × Pebble
  • Output
  • Rocky Dirt ×4
Rocky Dirt ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Rocky 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
twigs:rocky_dirt
Namespace
twigs
Mod ID
twigs
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/mineable/shovel

Recipe JSON (1):

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