Files
jgl_sunlit_patch/kubejs/data/oreganized/recipes/crushing/glance.json
T
2026-07-31 10:34:32 +09:00

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"
}
]
}