CreateMod/src/generated/resources/data/create/recipes/crushing/asurine_recycling.json
simibubi 0ce0c6939a Crush all Modpacks
- Renamed crushed ore items to 'crushed_raw_x'
2023-05-16 16:47:47 +02:00

19 lines
296 B
JSON

{
"type": "create:crushing",
"ingredients": [
{
"tag": "create:stone_types/asurine"
}
],
"results": [
{
"item": "create:crushed_raw_zinc",
"chance": 0.3
},
{
"item": "create:zinc_nugget",
"chance": 0.3
}
],
"processingTime": 250
}