Create/src/generated/resources/data/create/recipes/cutting/compat/regions_unexplored/stripped_blue_bioshroom_hyphae.json
2024-05-07 11:11:40 +08:00

21 lines
368 B
JSON

{
"type": "create:cutting",
"ingredients": [
{
"item": "regions_unexplored:stripped_blue_bioshroom_hyphae"
}
],
"results": [
{
"item": "regions_unexplored:blue_bioshroom_planks",
"count": 6
}
],
"processingTime": 50,
"conditions": [
{
"modid": "regions_unexplored",
"type": "forge:mod_loaded"
}
]
}