23 lines
427 B
JSON
23 lines
427 B
JSON
{
|
|
"type": "create:crushing",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:end_stone"
|
|
}
|
|
],
|
|
"processingTime": 1000,
|
|
"results": [
|
|
{
|
|
"chance": 1,
|
|
"item": "createsifter:crushed_end_stone"
|
|
},
|
|
{
|
|
"chance": 0.2,
|
|
"item": "createsifter:crushed_end_stone"
|
|
},
|
|
{
|
|
"chance": 0.2,
|
|
"item": "create:experience_nugget"
|
|
}
|
|
]
|
|
} |