From 5dca2e112c87b40e8c0dd5d23d350bcfb1062fef Mon Sep 17 00:00:00 2001 From: angel Date: Sat, 17 Jan 2026 14:29:45 -0600 Subject: [PATCH] add to enchanting table --- .../minecraft/tags/enchantment/in_enchanting_table.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/src/main/resources/data/minecraft/tags/enchantment/in_enchanting_table.json diff --git a/common/src/main/resources/data/minecraft/tags/enchantment/in_enchanting_table.json b/common/src/main/resources/data/minecraft/tags/enchantment/in_enchanting_table.json new file mode 100644 index 0000000..a63f1ee --- /dev/null +++ b/common/src/main/resources/data/minecraft/tags/enchantment/in_enchanting_table.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "more_spear_enchantments:crippling", + "more_spear_enchantments:poisoning", + "more_spear_enchantments:thundering", + "more_spear_enchantments:withering" + ] +} \ No newline at end of file