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

27 lines
448 B
JSON

{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:copper_ore"
}
],
"results": [
{
"item": "create:crushed_raw_copper",
"count": 5
},
{
"item": "create:crushed_raw_copper",
"chance": 0.25
},
{
"item": "create:experience_nugget",
"chance": 0.75
},
{
"item": "minecraft:cobblestone",
"chance": 0.125
}
],
"processingTime": 250
}