From f2545673b234bb7f445ded21bfa0a5f7931515f0 Mon Sep 17 00:00:00 2001 From: 8Crafter <134829412+8Crafter@users.noreply.github.com> Date: Thu, 23 Oct 2025 00:32:31 -0700 Subject: [PATCH] Fixed the description of the `slot` property of the `minecraft:enchantable` component. (#395) --- source/behavior/items/format/components/enchantable.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/behavior/items/format/components/enchantable.json b/source/behavior/items/format/components/enchantable.json index 8159aa08..aca94016 100644 --- a/source/behavior/items/format/components/enchantable.json +++ b/source/behavior/items/format/components/enchantable.json @@ -8,7 +8,7 @@ "properties": { "slot": { "title": "Slot", - "description": "If true you can always eat this item (even when not hungry), defaults to false.", + "description": "The slot type to be used to determine which enchantment types this item can be enchanted with.", "enum": [ "all", "axe", @@ -34,7 +34,7 @@ }, "value": { "title": "Value", - "description": "The value of the enchantment.", + "description": "The enchantability of the item.", "type": "number", "minimum": 0 }