Pressing using Any of Grass Block / Dirt / Coarse Dirt / Rooted Dirt. Produces Dirt Path.
Dirt Path
Minecraft · by Mojang Studios
Acquisition
Smelting using Frozen Dirt Path (200 ticks, 0.1 xp). Produces Dirt Path.
200 ticks· 0.1 xp
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Dirt | 1–1 | 100% | Survives Explosion |
Developer reference
- Registry name
minecraft:dirt_path- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:blocks/mineable/shovel
Recipe JSON (2):
{
"recipe_type": "create:pressing",
"pattern": null,
"ingredients": {
"anyOf": [
{
"item": "minecraft:grass_block"
},
{
"item": "minecraft:dirt"
},
{
"item": "minecraft:coarse_dirt"
},
{
"item": "minecraft:rooted_dirt"
}
]
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:smelting",
"pattern": null,
"ingredients": {
"item": "iceandfire:frozen_dirt_path"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": 0.1,
"cooking_time": 200
}