MrCrayfishSkateboardingMod icon indicating copy to clipboard operation
MrCrayfishSkateboardingMod copied to clipboard

Fix armor rendering issue.

Open lehjr opened this issue 7 years ago • 2 comments

Without this fix, ALL armor (vanilla and custom) rendering is broken

lehjr avatar Jan 23 '18 23:01 lehjr

or use a null check, instead of checking for instance. Either way, rendering the armor stalls here with a null pointer error: https://github.com/MrCrayfish/MrCrayfishSkateboardingMod/blob/master/src/main/java/com/mrcrayfish/skateboarding/client/model/entity/ModelPlayerOverride.java#L104-L107

lehjr avatar Jan 23 '18 23:01 lehjr

example: https://paste.ubuntu.com/26441941/

lehjr avatar Jan 24 '18 00:01 lehjr