Feywild

Feywild

5M Downloads

Entities load badly in Patchouli Book

SaphieNyako opened this issue ยท 2 comments

commented

When loading Entities in with the patchouli book, they don't load properly.
Alot of areas are see through.

image

Is this because they use a different Rendering?

Currently just using images.

commented

Problem was fixed thanks to Azure.
Update was done a few month ago, we just had to add the correct rendering.

commented

@OverRide
public RenderType getRenderType(T animatable, float partialTicks, MatrixStack stack,
IRenderTypeBuffer renderTypeBuffer, IVertexBuilder vertexBuilder, int packedLightIn,
ResourceLocation textureLocation) {
return RenderType.entityTranslucent(getTextureLocation(animatable));
}