diff --git a/src/main/resources/data/fabric/tags/items/axes.json b/src/main/resources/data/fabric/tags/items/axes.json new file mode 100644 index 0000000..cffe513 --- /dev/null +++ b/src/main/resources/data/fabric/tags/items/axes.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "quickiefabric:speedpowderaxe" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/fabric/tags/items/hoes.json b/src/main/resources/data/fabric/tags/items/hoes.json new file mode 100644 index 0000000..5ba39ec --- /dev/null +++ b/src/main/resources/data/fabric/tags/items/hoes.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "quickiefabric:speedpowderhoe" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/fabric/tags/items/pickaxes.json b/src/main/resources/data/fabric/tags/items/pickaxes.json new file mode 100644 index 0000000..84cb283 --- /dev/null +++ b/src/main/resources/data/fabric/tags/items/pickaxes.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "quickiefabric:speedpowderpickaxe" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/fabric/tags/items/shovels.json b/src/main/resources/data/fabric/tags/items/shovels.json new file mode 100644 index 0000000..6b0405e --- /dev/null +++ b/src/main/resources/data/fabric/tags/items/shovels.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "quickiefabric:speedpowdershovel" + ] +} \ No newline at end of file