From adaecef7df47ccdbfbda6f438c28696ff1ce8822 Mon Sep 17 00:00:00 2001 From: Maximusbarcz Date: Fri, 20 Jan 2023 23:06:47 +0100 Subject: I redid all the advancements and also started work on the second Offence2 ability --- src/main/resources/data/ygasi/tags/items/swords.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/data/ygasi/tags/items/swords.json (limited to 'src/main/resources/data') diff --git a/src/main/resources/data/ygasi/tags/items/swords.json b/src/main/resources/data/ygasi/tags/items/swords.json new file mode 100644 index 0000000..418ccea --- /dev/null +++ b/src/main/resources/data/ygasi/tags/items/swords.json @@ -0,0 +1,10 @@ +{ + "values": [ + "minecraft:wooden_sword", + "minecraft:stone_sword", + "minecraft:iron_sword", + "minecraft:golden_sword", + "minecraft:diamond_sword", + "minecraft:netherite_sword" + ] +} \ No newline at end of file -- cgit