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

21 lines
350 B
JSON

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