- Fixed port issues.
Added:
- Enchantment overlay alignment (config option) - Align the overlay using levels or armor points.
- Per-piece enchantment coloring - When using aligned mode, each armor piece's enchantment shows its proper color (blast protection shows yellow, fire protection shows orange, etc.).
- Uniform color option - Apply a single customizable color to all enchantment effects regardless of protection type.
Updated to 1.21.6
- Removed RenderSystem.setShaderColor(1.0f, 1.0f, 1.0f, 1.0f); as it is no longer required and doesn't exist anymore.
- Updated drawContext to not use RenderLayer::getGuiTexturedOverlay as it now requires a RenderPipeline instead, therefore using RenderPipelines.GUI_TEXTURED;
- Updated build.gradle to not use deprecated functions.
- Updated README.md to provide proper credits.
- Changed mod name.
- Modified fabric.mod.json.
- Fixed mod menu config crash.