added speedpowder hoe

This commit is contained in:
2021-08-15 15:12:16 +02:00
parent f1949e811b
commit 3ae69a775f
5 changed files with 126 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"parent": "item/wooden_hoe",
"textures": {
"layer0": "quickiefabric:item/speedpowderhoe"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ss",
" |",
" |"
],
"key": {
"s": {
"item": "quickiefabric:speedpowder"
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "quickiefabric:speedpowderhoe",
"count": 1
}
}