added missing new files
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/stick",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/stub"
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/quickiefabric/textures/item/stub.png
Normal file
BIN
src/main/resources/assets/quickiefabric/textures/item/stub.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "quickiefabric:stub",
|
||||
"count": 4
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user