added helper scripts to repo
This commit is contained in:
16
datapacks/templates/sheetmetal_crushing.json
Normal file
16
datapacks/templates/sheetmetal_crushing.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"group": "minecraft:misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "{input}"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "{output}",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"processingTime": 300
|
||||
}
|
||||
Reference in New Issue
Block a user