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,15 @@
{
"type": "create:milling",
"ingredients": [
{
"item": "minecraft:end_stone"
}
],
"processingTime": 1000,
"results": [
{
"chance": 1,
"item": "createsifter:crushed_end_stone"
}
]
}