mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 14:56:44 +01:00
26 lines
387 B
JSON
26 lines
387 B
JSON
|
{
|
||
|
"type": "create:crushing",
|
||
|
"group": "minecraft:misc",
|
||
|
"ingredients": [
|
||
|
{
|
||
|
"item": "minecraft:saddle"
|
||
|
}
|
||
|
],
|
||
|
"results": [
|
||
|
{
|
||
|
"item": "minecraft:leather",
|
||
|
"count": 3
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:leather",
|
||
|
"count": 2,
|
||
|
"chance": 0.5
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:iron_nugget",
|
||
|
"count": 8,
|
||
|
"chance": 0.25
|
||
|
}
|
||
|
],
|
||
|
"processingTime": 200
|
||
|
}
|