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