Rendering not correct for Patchouli Books
SaphieNyako opened this issue ยท 1 comments
I was using Geckolib for my animations.
Had to add this to solve it...dont know if it will help.
@OverRide
public RenderType getRenderType(T animatable, float partialTicks, MatrixStack stack, @nullable IRenderTypeBuffer renderTypeBuffer, @nullable IVertexBuilder vertexBuilder, int packedLightIn, ResourceLocation textureLocation) {
return RenderType.entityTranslucent(getTextureLocation(animatable));
}