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

19 lines
293 B
JSON

{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:raw_gold"
}
],
"results": [
{
"item": "create:crushed_raw_gold"
},
{
"item": "create:experience_nugget",
"count": 2,
"chance": 0.75
}
],
"processingTime": 400
}