From 9d68e3e1b1f29d3aea4cfd7ec0ef98e6d15fb551 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sun, 19 Apr 2026 19:22:36 -0300 Subject: [PATCH] fix: make itens enchantable --- VERSION | 2 +- data/sixsides_cosmetics/recipe/guz_ears.json | 6 ++---- data/sixsides_cosmetics/recipe/koi_horns.json | 6 ++---- data/sixsides_cosmetics/recipe/miku_hair.json | 6 ++---- data/sixsides_cosmetics/recipe/neru_hair.json | 6 ++---- data/sixsides_cosmetics/recipe/straw_hat.json | 6 ++---- data/sixsides_cosmetics/recipe/teto_hair.json | 6 ++---- 7 files changed, 13 insertions(+), 25 deletions(-) diff --git a/VERSION b/VERSION index bd4d02c..cefaa2b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0-26.1.2 +0.2.1-26.1.2 diff --git a/data/sixsides_cosmetics/recipe/guz_ears.json b/data/sixsides_cosmetics/recipe/guz_ears.json index bf34c68..9f321de 100644 --- a/data/sixsides_cosmetics/recipe/guz_ears.json +++ b/data/sixsides_cosmetics/recipe/guz_ears.json @@ -14,6 +14,7 @@ "minecraft:custom_data": { "sixsides_cosmetics:model": "GUZ_EARS" }, + "minecraft:enchantable": { "value": 15 }, "minecraft:enchantments": { "minecraft:protection": 1 }, @@ -39,10 +40,7 @@ "color": "white", "italic": true } - ], - "minecraft:tooltip_display": { - "hidden_components": ["minecraft:enchantments"] - } + ] } } } diff --git a/data/sixsides_cosmetics/recipe/koi_horns.json b/data/sixsides_cosmetics/recipe/koi_horns.json index 66f6b6b..2d13e85 100644 --- a/data/sixsides_cosmetics/recipe/koi_horns.json +++ b/data/sixsides_cosmetics/recipe/koi_horns.json @@ -14,6 +14,7 @@ "minecraft:custom_data": { "sixsides_cosmetics:model": "KOI_HORNS" }, + "minecraft:enchantable": { "value": 15 }, "minecraft:equippable": { "slot": "head", "damage_on_hurt": false, @@ -39,10 +40,7 @@ "color": "white", "italic": true } - ], - "minecraft:tooltip_display": { - "hidden_components": ["minecraft:enchantments"] - } + ] } } } diff --git a/data/sixsides_cosmetics/recipe/miku_hair.json b/data/sixsides_cosmetics/recipe/miku_hair.json index f726df9..9ac30ec 100644 --- a/data/sixsides_cosmetics/recipe/miku_hair.json +++ b/data/sixsides_cosmetics/recipe/miku_hair.json @@ -14,6 +14,7 @@ "minecraft:custom_data": { "sixsides_cosmetics:model": "MIKU_HAIR" }, + "minecraft:enchantable": { "value": 15 }, "minecraft:enchantments": { "minecraft:protection": 1 }, @@ -38,10 +39,7 @@ "color": "white", "italic": true } - ], - "minecraft:tooltip_display": { - "hidden_components": ["minecraft:enchantments"] - } + ] } } } diff --git a/data/sixsides_cosmetics/recipe/neru_hair.json b/data/sixsides_cosmetics/recipe/neru_hair.json index abd8c9c..a11f77a 100644 --- a/data/sixsides_cosmetics/recipe/neru_hair.json +++ b/data/sixsides_cosmetics/recipe/neru_hair.json @@ -14,6 +14,7 @@ "minecraft:custom_data": { "sixsides_cosmetics:model": "NERU_HAIR" }, + "minecraft:enchantable": { "value": 15 }, "minecraft:enchantments": { "minecraft:protection": 1 }, @@ -38,10 +39,7 @@ "color": "white", "italic": true } - ], - "minecraft:tooltip_display": { - "hidden_components": ["minecraft:enchantments"] - } + ] } } } diff --git a/data/sixsides_cosmetics/recipe/straw_hat.json b/data/sixsides_cosmetics/recipe/straw_hat.json index 4bc7480..a20ca4f 100644 --- a/data/sixsides_cosmetics/recipe/straw_hat.json +++ b/data/sixsides_cosmetics/recipe/straw_hat.json @@ -13,6 +13,7 @@ "minecraft:custom_data": { "sixsides_cosmetics:model": "STRAW_HAT" }, + "minecraft:enchantable": { "value": 15 }, "minecraft:enchantments": { "minecraft:protection": 1 }, @@ -37,10 +38,7 @@ "color": "white", "italic": true } - ], - "minecraft:tooltip_display": { - "hidden_components": ["minecraft:enchantments"] - } + ] } } } diff --git a/data/sixsides_cosmetics/recipe/teto_hair.json b/data/sixsides_cosmetics/recipe/teto_hair.json index f01cf61..7b5e901 100644 --- a/data/sixsides_cosmetics/recipe/teto_hair.json +++ b/data/sixsides_cosmetics/recipe/teto_hair.json @@ -14,6 +14,7 @@ "minecraft:custom_data": { "sixsides_cosmetics:model": "TETO_HAIR" }, + "minecraft:enchantable": { "value": 15 }, "minecraft:enchantments": { "minecraft:protection": 1 }, @@ -38,10 +39,7 @@ "color": "white", "italic": true } - ], - "minecraft:tooltip_display": { - "hidden_components": ["minecraft:enchantments"] - } + ] } } }