Peat Dirt Path
regions_unexplored:peat_dirt_path

Peat Dirt Path

Regions Unexplored · by UHQ_GAMES
block Shovel MineableDirt

Peat Dirt Path is a block from Regions Unexplored. Requires: Shovel.

Acquisition

Pressing using Peat Grass Block. Produces Peat Dirt Path.

Pressing conditional
Peat Dirt Path Peat Dirt Path guaranteed

Pressing using Peat Dirt. Produces Peat Dirt Path.

Pressing conditional
Peat Dirt Path Peat Dirt Path guaranteed

Mining & drops

sourcecountchanceconditions
Peat Dirt Path1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Peat Dirt Path1–1100%Drops itself with Silk Touch
Peat Dirt1–1100%Survives Explosion
Developer reference
Registry name
regions_unexplored:peat_dirt_path
Namespace
regions_unexplored
Mod ID
regions_unexplored
Tags (2)
minecraft:blocks/mineable/shovel
minecraft:items/dirt

Recipe JSON (2):

{
  "recipe_type": "create:pressing",
  "pattern": null,
  "ingredients": {
    "item": "regions_unexplored:peat_grass_block"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "regions_unexplored"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:pressing",
  "pattern": null,
  "ingredients": {
    "item": "regions_unexplored:peat_dirt"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "regions_unexplored"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}