sifting recipes
This commit is contained in:
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user