26 lines
473 B
JSON
26 lines
473 B
JSON
{
|
|
"type": "createsifter:sifting",
|
|
"ingredients": [
|
|
{
|
|
"item": "createsifter:brass_mesh"
|
|
},
|
|
{
|
|
"item": "ad_astra:moon_sand"
|
|
}
|
|
],
|
|
"processingTime": 500,
|
|
"results": [
|
|
{
|
|
"chance": 0.5,
|
|
"item": "ad_astra:desh_nugget"
|
|
},
|
|
{
|
|
"chance": 0.3,
|
|
"item": "ad_astra:ostrum_nugget"
|
|
},
|
|
{
|
|
"chance": 0.1,
|
|
"item": "ad_astra:calorite_nugget"
|
|
}
|
|
]
|
|
} |