Item Borders [Fabric]

Item Borders [Fabric]

6M Downloads

Common items have borders even though the config says otherwise.

Drigonis opened this issue ยท 2 comments

commented

[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)

commented

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

commented

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