Files
2026-07-31 10:34:32 +09:00

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