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

20 lines
348 B
JSON

{
"type": "create:cutting",
"ingredients": [
{
"item": "regions_unexplored:green_bioshroom_stem"
}
],
"results": [
{
"item": "regions_unexplored:stripped_green_bioshroom_stem"
}
],
"processingTime": 50,
"conditions": [
{
"modid": "regions_unexplored",
"type": "forge:mod_loaded"
}
]
}