sifting recipes

This commit is contained in:
2023-09-09 20:27:06 +02:00
parent 68377ebaf4
commit b1a8f16237
9 changed files with 155 additions and 9 deletions

View File

@@ -0,0 +1,26 @@
{
"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"
}
]
}