Pressing using Any of Meadow Grass Block / Meadow Dirt. Produces Meadow Grass Path.
Meadow Grass Path
Oh The Biomes You'll Go · by AOCAWOL, Corgi Taco, YaBoiChips
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
| drops | count | chance | conditions |
|---|---|---|---|
| Meadow Dirt | 1–1 | 100% | 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
}