This commit is contained in:
2024-03-31 01:43:30 +01:00
parent f0a8306e5e
commit 2ee1c5ffa7
9 changed files with 175 additions and 3 deletions

View File

@@ -0,0 +1,30 @@
{
"type": "createsifter:sifting",
"ingredients": [
{
"item": "createsifter:advanced_brass_mesh"
},
{
"item": "createsifter:crushed_end_stone"
}
],
"processingTime": 500,
"results": [
{
"chance": 0.3,
"item": "minecraft:chorus_fruit"
},
{
"chance": 0.1,
"item": "minecraft:ender_pearl"
},
{
"chance": 0.05,
"item": "minecraft:shulker_shell"
},
{
"chance": 0.1,
"item": "create:experience_nugget"
}
]
}