Draylar / inmis

I need more inventory space! A Fabric backpack mod.
https://www.curseforge.com/minecraft/mc-mods/inmis
MIT License
33 stars 29 forks source link

Not an issue, more of a code suggestion #150

Open MayaqqDev opened 1 year ago

MayaqqDev commented 1 year ago

So, I was looking at the trinket code for rendering in this mod and there is a player.isSneaking() to check if the model should shift, this can look bad if the player is flying, I feel like using player.isInSneakingPose() would probably be better

ryleu commented 1 year ago

just make a PR yourself?