Not Enough Animations

Not Enough Animations

50M Downloads

[Bug?]Problem with map being displayed as an item

YOMA8338 opened this issue ยท 3 comments

commented

Display in game
image

It should be correct that the map should appear like the icon in the mod.
image

commented

You have a mod replacing the playermodel, probably not compatible with that.

commented

It was displayed when I disabled model changes in Figura.
Thank you for teaching me.
But is it possible to fix the map so that it displays correctly even after enabling model changes in Figura?

commented

Figura is then not using the vanilla item renderer(net.minecraft.client.renderer.entity.layers.ItemInHandLayer). Not sure what would be the best way to try to fix this, maybe they call some fabric event I can catch.