added drill

This commit is contained in:
2021-01-06 22:13:08 +01:00
parent a7311b9da0
commit c70270758f
12 changed files with 130 additions and 2 deletions

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"sss",
"srs",
"sss"
],
"key": {
"s": {
"item": "quickiefabric:speedpowder"
},
"r": {
"item": "minecraft:redstone_block"
}
},
"result": {
"item": "quickiefabric:drill",
"count": 1
}
}