tr7zw / 3d-Skin-Layers

Renders the player skin layer in 3d
Other
178 stars 36 forks source link

Render issue with Create's Netherite Backtank #121

Closed TheStaticVoid closed 8 months ago

TheStaticVoid commented 1 year ago

Modlist:

Loader:

With this mod setup, equipping the Netherite Backtank will cause the hand model in first person to disappear. image image

elenawinters commented 1 year ago

Pretty sure this happens because Create cancels the onRenderPlayerHand event, at least on Forge. This has been a known issue.

Unlikely to be an issue with this mod.

Relevant Forge Create code: NetheriteBacktankFirstPersonRenderer.java Relevant Fabric Create code: NetheriteBacktankFirstPersonRenderer.java

tr7zw commented 8 months ago

Yea, removing the entire arm is nothing this mod could do, at worst hide the vanilla 2d layer and then not render the 3d one. So its unrelated.