crushable-chests/data/ironchests/recipes/crushing_ironchests_copper_...

26 lines
414 B
JSON

{
"type": "create:crushing",
"ingredients": [
{
"item": "ironchests:copper_chest"
}
],
"results": [
{
"item": "minecraft:chest",
"count": 1,
"chance": 0.9
},
{
"item": "minecraft:copper_ingot",
"count": 6,
"chance": 1
},
{
"item": "create:copper_nugget",
"count": 6,
"chance": 0.75
}
],
"processingTime": 300
}