BackSlot

BackSlot

3M Downloads

Tool render doesn't scale with player render

CammiePone opened this issue ยท 5 comments

commented

Mods that resize the player (i.e. using Pehkui) don't have the tool render with the player's new scale.
image

commented

I already inject at the tail of the PlayerEntityRenderer, so you are requesting to change the HeldItemFeatureRenderer to a FeatureRenderer?

commented

Tested it with Pehkui and it works just fine...

commented

Reopen if still not working :)

commented

It wouldn't be all that difficult. Turning it into a FeatureRenderer and injecting it into the PlayerEntityRenderer constructor after the 7th addFeature() call would automatically make it compatible (re: Cam's Wearable Backpacks).

commented

I have no plans to make it compatible with those mods currently