Aether Dirt Path
aether:aether_dirt_path

Aether Dirt Path

The Aether · by AlphaMode, bconlon, Burning Cactus, Drullkus, Hugo Payn, Jaryt, Oscar Payn, quek, Raptor, reetam, RENREN, sunsette
block Shovel Mineable

Acquisition

Pressing using Aether Dirt. Produces Aether Dirt Path.

Pressing conditional
Aether Dirt Path Aether Dirt Path guaranteed

Pressing using Aether Grass Block. Produces Aether Dirt Path.

Pressing conditional
Aether Dirt Path Aether Dirt Path guaranteed

Block drops

dropscountchanceconditions
Aether Dirt1–1100%Survives Explosion
Developer reference
Registry name
aether:aether_dirt_path
Namespace
aether
Mod ID
aether
Tags (1)
minecraft:blocks/mineable/shovel

Recipe JSON (2):

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