21 lines
309 B
JSON
21 lines
309 B
JSON
{
|
|
"type": "create:crushing",
|
|
"ingredients": [
|
|
{
|
|
"item": "oreganized:glance"
|
|
}
|
|
],
|
|
"results": [
|
|
{
|
|
"item": "oreganized:lead_nugget",
|
|
"chance": 1
|
|
}
|
|
],
|
|
"processingTime": 250,
|
|
"conditions": [
|
|
{
|
|
"modid": "create",
|
|
"type": "forge:mod_loaded"
|
|
}
|
|
]
|
|
} |