From cdf3a92815dd8404ba8e6d66d9859acba84cfde4 Mon Sep 17 00:00:00 2001 From: IntelliFish123 Date: Mon, 19 Aug 2024 21:06:29 +0300 Subject: [PATCH] changed "placeholder" bow pulling icon/image --- .../resources/data/fishmc/tags/item/enchantable/bow.json | 6 ++++++ .../data/fishmc/tags/item/enchantable/durability.json | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 src/main/resources/data/fishmc/tags/item/enchantable/bow.json create mode 100644 src/main/resources/data/fishmc/tags/item/enchantable/durability.json diff --git a/src/main/resources/data/fishmc/tags/item/enchantable/bow.json b/src/main/resources/data/fishmc/tags/item/enchantable/bow.json new file mode 100644 index 0000000..6a7949f --- /dev/null +++ b/src/main/resources/data/fishmc/tags/item/enchantable/bow.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "fishmc:shortbow" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/fishmc/tags/item/enchantable/durability.json b/src/main/resources/data/fishmc/tags/item/enchantable/durability.json new file mode 100644 index 0000000..05e39fc --- /dev/null +++ b/src/main/resources/data/fishmc/tags/item/enchantable/durability.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "fishmc:shortbow", + "fishmc:obsidian_claymore" + ] +} \ No newline at end of file