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

26 lines
417 B
JSON

{
"type": "create:crushing",
"ingredients": [
{
"item": "ironchests:gold_chest"
}
],
"results": [
{
"item": "ironchests:iron_chest",
"count": 1,
"chance": 0.9
},
{
"item": "minecraft:gold_ingot",
"count": 6,
"chance": 1
},
{
"item": "minecraft:gold_nugget",
"count": 6,
"chance": 0.75
}
],
"processingTime": 300
}