Skin Layers 3D (Fabric/Forge)

Skin Layers 3D (Fabric/Forge)

31M Downloads

Render issue with Create's Netherite Backtank

TheStaticVoid opened this issue ยท 2 comments

commented

Modlist:

  • Create Fabric 0.5.1b
  • Fabric API 0.76.0
  • Skin Layers 3d 1.5.2

Loader:

  • Fabric 0.14.21
  • Minecraft 1.19.2

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

commented

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

commented

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.