ItemSwapper

ItemSwapper

636k Downloads

[BUG] Item stays became gray after swapping the item with this mod

CherubicBoot opened this issue ยท 3 comments

commented

Version information

Fabric 1.21.4, Item Swapper 0.7.6

Other relevant installed mods

No response

Expected Behavior

The item color is supposed to be back to its original color (blue for enchanted items and white for common items)

Actual Behavior

Item color stays gray after swapping the item with this mod.
#67

Image

Image

Image

Reproduction Steps

  1. Put one or more enchanted pickaxe in your inventory and one in your hotbar.
  2. Swap the pickaxe on your hotbar to the pickaxe in your inventory with this mod.
  3. Both of the pickaxe color will stays gray.

Render engine

  • Vanilla
  • Sodium(optionally with Iris)
  • Optifine
  • VulkanMod
  • Canvas
  • Other

Additional information

No response

commented

Huh, will have to look into that. Pretty sure this should be clientside only unless you are in creative mode (so a relog should fix it). Probably needs to copy the name in later versions.

commented

Huh, will have to look into that. Pretty sure this should be clientside only unless you are in creative mode (so a relog should fix it). Probably needs to copy the name in later versions.

Yep you're correct, it is client-side only and relog did fixed the item color, even though swapping the tools with this mod will turn it back to gray.

commented

Yea, then it unintentionally modifies the clientside nametag of the item. Should be an easy fix.