AHilyard / Highlighter

A mod for Minecraft 1.16.5 that highlights newly-picked up items in your inventory.
Other
10 stars 2 forks source link

[1.19.2 Forge] Highlighted Create items trigger the ponder function #7

Open ocram9 opened 1 year ago

ocram9 commented 1 year ago

When using this mod and the Create mod you can trigger the Create ponder function when a Create item is picked up and highlighted. Considering the ponder button is the W key, it gets kind off annoying to have the ponder menu popup when you try to walk forward.

Minecraft 1.19.2 Forge 43.2.1 Highlighter 1.19.1-1.1.4 Create 1.19.2-0.5.0g

AHilyard commented 1 year ago

I am having trouble recreating this. Using this mod list and Minecraft version, I can only get the ponder window to appear while my inventory is visible. Can you provide some steps to recreate this issue?

ocram9 commented 1 year ago

I just figured out that it only happens when the config option for the item name color is set to true.

[client.options]
    # If new item markers should be cleared when the inventory is closed.
    clear_on_close = true
    # If new item markers should be cleared when the item tooltip is displayed.
    clear_on_hover = true
    # If icons should match the color of items names (as shown in tooltips).  Otherwise icons will all be gold.
    item_name_color = true
    # If new item markers should show on the hotbar.
    show_on_hotbar = true

This is my config file. When I set the item color to false it fixes the issue.