Meadow Grass Path
byg:meadow_grass_path

Meadow Grass Path

Oh The Biomes You'll Go · by AOCAWOL, Corgi Taco, YaBoiChips
block

Meadow Grass Path is a block from Oh The Biomes You'll Go, crafted from Any of Meadow Grass Block / Meadow Dirt.

Acquisition

Block drops

dropscountchanceconditions
Meadow Dirt1–1100%Survives Explosion
Developer reference
Registry name
byg:meadow_grass_path
Namespace
byg
Mod ID
byg

Recipe JSON (1):

{
  "recipe_type": "create:pressing",
  "pattern": null,
  "ingredients": {
    "anyOf": [
      {
        "item": "byg:meadow_grass_block"
      },
      {
        "item": "byg:meadow_dirt"
      }
    ]
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}