sifting recipes
This commit is contained in:
26
web/kubejs/data/createsifter/recipes/sifting/desh_brass.json
Normal file
26
web/kubejs/data/createsifter/recipes/sifting/desh_brass.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "createsifter:sifting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "createsifter:brass_mesh"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:deepslate"
|
||||
}
|
||||
],
|
||||
"processingTime": 500,
|
||||
"results": [
|
||||
{
|
||||
"chance": 0.2,
|
||||
"item": "ad_astra:desh_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"item": "ad_astra:ostrum_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"item": "ad_astra:calorite_nugget"
|
||||
}
|
||||
]
|
||||
}
|
||||
22
web/kubejs/data/createsifter/recipes/sifting/end_brass.json
Normal file
22
web/kubejs/data/createsifter/recipes/sifting/end_brass.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "createsifter:sifting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "createsifter:brass_mesh"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
],
|
||||
"processingTime": 500,
|
||||
"results": [
|
||||
{
|
||||
"chance": 0.3,
|
||||
"item": "minecraft:chorus_fruit"
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"item": "minecraft:ender_pearl"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "createsifter:sifting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "createsifter:brass_mesh"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:soul_sand"
|
||||
}
|
||||
],
|
||||
"processingTime": 500,
|
||||
"results": [
|
||||
{
|
||||
"chance": 0.4,
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"chance": 0.3,
|
||||
"item": "minecraft:blaze_powder"
|
||||
},
|
||||
{
|
||||
"chance": 0.05,
|
||||
"item": "minecraft:ghast_tear"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "createsifter:sifting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "createsifter:zinc_mesh"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:soul_sand"
|
||||
}
|
||||
],
|
||||
"processingTime": 500,
|
||||
"results": [
|
||||
{
|
||||
"chance": 0.2,
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"item": "minecraft:blaze_powder"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user