Entities load badly in Patchouli Book
SaphieNyako opened this issue ยท 2 comments
Problem was fixed thanks to Azure.
Update was done a few month ago, we just had to add the correct rendering.
@OverRide
public RenderType getRenderType(T animatable, float partialTicks, MatrixStack stack,
IRenderTypeBuffer renderTypeBuffer, IVertexBuilder vertexBuilder, int packedLightIn,
ResourceLocation textureLocation) {
return RenderType.entityTranslucent(getTextureLocation(animatable));
}