Crafting using Dirt, Any Ash, Any Ash and Dirt, arranged in the pattern shown. Produces 4× Ashen Dirt.

Ashen Dirt
Regions Unexplored · by UHQ_GAMES
Acquisition
Crafting using Peat Dirt, Any Ash, Any Ash and Peat Dirt, arranged in the pattern shown. Produces 4× Ashen Dirt.
Crafting using Silt Dirt, Any Ash, Any Ash and Silt Dirt, arranged in the pattern shown. Produces 4× Ashen Dirt.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Ashen Dirt | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
regions_unexplored:ashen_dirt- Namespace
regions_unexplored- Mod ID
regions_unexplored- Tags (9)
minecraft:blocks/animals_spawnable_on minecraft:blocks/azalea_grows_on minecraft:blocks/convertable_to_mud minecraft:blocks/dirt minecraft:blocks/infiniburn_end minecraft:blocks/infiniburn_nether minecraft:blocks/infiniburn_overworld minecraft:blocks/mineable/shovel minecraft:items/dirt
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"DG",
"GD"
],
"ingredients": {
"D": {
"item": "minecraft:dirt"
},
"G": {
"tag": "regions_unexplored:ash"
}
},
"conditions": [],
"sequence": null,
"group_name": "coarse_dirt",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"DG",
"GD"
],
"ingredients": {
"D": {
"item": "regions_unexplored:peat_dirt"
},
"G": {
"tag": "regions_unexplored:ash"
}
},
"conditions": [],
"sequence": null,
"group_name": "coarse_dirt",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"DG",
"GD"
],
"ingredients": {
"D": {
"item": "regions_unexplored:silt_dirt"
},
"G": {
"tag": "regions_unexplored:ash"
}
},
"conditions": [],
"sequence": null,
"group_name": "coarse_dirt",
"experience": null,
"cooking_time": null
}



