added helper scripts to repo

This commit is contained in:
krumel
2022-06-12 11:08:55 +02:00
parent aef7f46724
commit 54ae6414da
4 changed files with 85 additions and 1 deletions

View File

@ -0,0 +1,16 @@
{
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "{input}"
}
],
"results": [
{
"item": "{output}",
"count": 1
}
],
"processingTime": 300
}