regions_unexplored:ashen_dirt

Ashen Dirt

Regions Unexplored · by UHQ_GAMES
block Animals Spawnable OnAzalea Grows OnConvertable To MudDirtInfiniburn EndInfiniburn NetherInfiniburn OverworldShovel MineableDirt

Acquisition

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

Crafting
Ashen Dirt ×4 guaranteed

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

Crafting
Ashen Dirt ×4 guaranteed

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

Crafting
Ashen Dirt ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Ashen Dirt1–1100%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
}