Files
patata-pack2/web/kubejs/data/createsifter/recipes/sifting/moon_desh_brass.json
2023-09-09 20:27:06 +02:00

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