CleanroomMC / NeverEnoughAnimation

A 1.12 Minecraft, client side mod which adds various animations for inventories.
6 stars 0 forks source link

Hover animation activated incorrectly #2

Closed PowfuArras closed 2 months ago

PowfuArras commented 2 months ago

The hover animation is applied to all items regardless of what slot I am hovering over. This seems to only occur in the creative mode gui

image

brachy84 commented 2 months ago

Wtf. Can you reproduce it with just mixinbooter and this mod installed?

PowfuArras commented 2 months ago

I am able to reproduce this with as few mods installed as possible, even disabled my resource packs image

PowfuArras commented 2 months ago

As a temporary bandaid fix, would I be able to add the gui for the creative mode inventory to the blacklist? If so could you tell me what the gui class is, or how to find it

brachy84 commented 2 months ago

net.minecraft.client.gui.inventory.GuiContainerCreative

brachy84 commented 2 months ago

Fixed in last commit. Blame minecraft on this one