Silt Dirt Path
regions_unexplored:silt_dirt_path

Silt Dirt Path

Regions Unexplored · by UHQ_GAMES
block Shovel MineableDirt

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

Acquisition

Pressing using Silt Grass Block. Produces Silt Dirt Path.

Pressing conditional
Silt Dirt Path Silt Dirt Path guaranteed

Pressing using Silt Dirt. Produces Silt Dirt Path.

Pressing conditional
Silt Dirt Path Silt Dirt Path guaranteed

Mining & drops

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

Block drops

dropscountchanceconditions
Silt Dirt Path1–1100%Drops itself with Silk Touch
Silt Dirt1–1100%Survives Explosion
Developer reference
Registry name
regions_unexplored:silt_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:silt_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:silt_dirt"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "regions_unexplored"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}