AHilyard / ItemBorders

A mod for Minecraft that shows colored borders around items to indicate their rarity.
Other
12 stars 1 forks source link

Common items have borders even though the config says otherwise. #4

Closed Drigonis closed 2 years ago

Drigonis commented 2 years ago

[client]

[client.options]
    # If the hotbar should display item borders.
    hotbar = true
    # If item borders should show for common items.
    show_for_common = false
    # If the borders should have square corners.
    square_corners = true
    # If the borders should fully envelop item slots (otherwise they will only show on the bottom portion of the slot).
    full_border = false
    # If the borders draw over items instead of under.
    over_items = false
    # If the borders should have a more prominent glow.
    extra_glow = false
    # If automatic borders (based on item rarity) should be enabled.
    auto_borders = true

This is my config. As you can see, "show_for_common" is set to false. However, it's still showing the borders (see in this image): image

This may be because of the custom GUI, but I'm not sure. (FABRIC)

AHilyard commented 2 years ago

Could you please post your latest.log file? Also, what texture pack are you using?

AHilyard commented 2 years ago

Closing this issue due to inactivity. Feel free to reopen if you are still having this issue.