From 870ec221c08df9a070153b5c252d79bec6d46086 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sat, 25 Apr 2026 22:41:15 -0300 Subject: [PATCH] feat: make custom helmet cosmetics enchantable like normal helmets --- data/minecraft/tags/item/enchantable/head_armor.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/minecraft/tags/item/enchantable/head_armor.json diff --git a/data/minecraft/tags/item/enchantable/head_armor.json b/data/minecraft/tags/item/enchantable/head_armor.json new file mode 100644 index 0000000..8ea89f2 --- /dev/null +++ b/data/minecraft/tags/item/enchantable/head_armor.json @@ -0,0 +1,4 @@ +{ + "values": ["minecraft:poisonous_potato"] +} +