minecraft:dirt

Dirt

Minecraft · by Mojang Studios
block Convertable To MudDirtShovel MineableSniffer Diggable BlockDirt

Acquisition

Smelting using Frozen Dirt (200 ticks, 0.1 xp). Produces Dirt.

Smelting

200 ticks· 0.1 xp

Dirt guaranteed

Scrapbox using Scrap Box. Produces Dirt.

Scrapbox
Dirt guaranteed

Net using no listed ingredients. Produces Dirt.

Net
Dirt guaranteed

Centrifuge using Moss Block. Produces 4× Dirt and 9× Plantball and 2× Gravel and 2× Sand.

Centrifuge
Dirt ×4 guaranteed
Plantball Plantball ×9 guaranteed
Gravel ×2 guaranteed
Sand ×2 guaranteed

Centrifuge using Soul Soil and Empty Cell. Produces Empty Cell and 8× Dirt and Coal Dust and 4× Saltpeter Dust.

Centrifuge
Empty Cell Empty Cell guaranteed
Dirt ×8 guaranteed
Coal Dust Coal Dust guaranteed
Saltpeter Dust Saltpeter Dust ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Grass Block1–1100%Survives Explosion
Farmland1–1100%Survives Explosion
Podzol1–1100%Survives Explosion
Dirt Path1–1100%Survives Explosion
Dirt1–1100%Survives Explosion
Mycelium1–1100%Survives Explosion

Used in (1)

Crafting using Dirt, Gravel, Gravel and Dirt, arranged in the pattern shown. Produces 4× Coarse Dirt.

Crafting
Coarse Dirt ×4 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:dirt
Namespace
minecraft
Mod ID
minecraft
Tags (5)
minecraft:blocks/convertable_to_mud
minecraft:blocks/dirt
minecraft:blocks/mineable/shovel
minecraft:blocks/sniffer_diggable_block
minecraft:items/dirt

Recipe JSON (5):

{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "iceandfire:frozen_dirt"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.1,
  "cooking_time": 200
}
{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "naturalist:net",
  "pattern": null,
  "ingredients": null,
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:centrifuge",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:moss_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:centrifuge",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:soul_soil"
    },
    {
      "item": "techreborn:cell"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}