Dragon Mounts: Legacy

Dragon Mounts: Legacy

15M Downloads

Rendering not correct for Patchouli Books

SaphieNyako opened this issue ยท 1 comments

commented

Logs:

Tried to make a guide book with patchouli for my modpack.
But it has a issue with showing the mobs properly.
2021-06-21_14 58 38
2021-06-21_14 58 40

Steps to Reproduce:

commented

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));
}