MrCrayfish's Furniture Mod

MrCrayfish's Furniture Mod

88M Downloads

Photo Frame show black square when using transparent background PNG

Tommy0607 opened this issue ยท 1 comments

commented

Describe the bug
the Photo Frame has black square on the right-bottom when using transparent background PNG
image

To Reproduce
Here is the test URL I use: https://upload-images.jianshu.io/upload_images/11423226-8845a4ad2a60b7d1.png

Screenshots
image

Please complete the following information:

  • Minecraft Version: 1.12.2
  • Mod Version: 6.3.1
commented

This can be fixed by deleting these lines and recompiling the mod: https://github.com/MrCrayfish/MrCrayfishFurnitureMod/blob/master/src/main/java/com/mrcrayfish/furniture/render/tileentity/PhotoFrameRenderer.java#L157-L165

It seems to be a leftover from the TV rendering code.