CreateMod/src/generated/resources/data/create/recipes/crushing/ochrum_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
298 B
JSON

{
"type": "create:crushing",
"ingredients": [
{
"tag": "create:stone_types/ochrum"
}
],
"results": [
{
"item": "create:crushed_raw_gold",
"chance": 0.2
},
{
"item": "minecraft:gold_nugget",
"chance": 0.2
}
],
"processingTime": 250
}