Support Minecraft 1.21+ | Release
显示物品中被隐藏的附魔和属性信息 / Reveal Hidden Enchantments and Attributes in Tooltips
No Hide Flags is a Minecraft mod for the Fabric platform. It reveals all hidden enchantments and attribute modifiers in item tooltips, allowing players to view complete item details. Even if show_in_tooltip = false, the mod supplements tooltip information for the player. Supports Minecraft 1.21 and above.
- Reveals hidden enchantments in item tooltips
- Reveals hidden attribute modifiers in item tooltips
- If an item has hidden enchantments, an extra
Hide Enchantmentsline is added to the tooltip - Only takes effect when F3 + H advanced tooltip is enabled, matching vanilla Minecraft behavior
- Install Fabric Loader and Fabric API.
- Place the built
no-hide-flags-x.y.z.jarinto yourmods/directory. - Launch the game and press F3 + H to enable advanced item tooltips.
- Hover over items with hidden enchantments or attribute modifiers. When hidden enchantments exist, an extra
Hide Enchantmentsentry appears; attribute modifiers are shown directly.
- Tooltip shows
Hide Enchantments(gray italic) when hidden enchantments are present - Attribute modifiers appear in vanilla style without extra lines
- Real enchantment or attribute effect text is rendered just like in vanilla Minecraft
Without mod
With mod
This project uses Gradle for building. Run:
./gradlew buildThe output JAR can be found in build/libs/no-hide-flags-*.jar after building.
- Minecraft 1.21+
- Fabric Loader
- Fabric API
- Mixin (configured via Loom)
MIT License
See LICENSE for details.

