19 lines
281 B
JSON
19 lines
281 B
JSON
{
|
|
"type": "create:crushing",
|
|
"ingredients": [
|
|
{
|
|
"item": "etcetera:raw_bismuth"
|
|
}
|
|
],
|
|
"processingTime": 400,
|
|
"results": [
|
|
{
|
|
"item": "create:crushed_raw_bismuth"
|
|
},
|
|
{
|
|
"chance": 0.75,
|
|
"item": "create:experience_nugget"
|
|
}
|
|
]
|
|
}
|