recipes
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
],
|
||||
"processingTime": 1000,
|
||||
"results": [
|
||||
{
|
||||
"chance": 1,
|
||||
"item": "createsifter:crushed_end_stone"
|
||||
},
|
||||
{
|
||||
"chance": 0.2,
|
||||
"item": "createsifter:crushed_end_stone"
|
||||
},
|
||||
{
|
||||
"chance": 0.2,
|
||||
"item": "create:experience_nugget"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user