Photo Frame show black square when using transparent background PNG
Tommy0607 opened this issue ยท 1 comments
Describe the bug
the Photo Frame has black square on the right-bottom when using transparent background PNG
To Reproduce
Here is the test URL I use: https://upload-images.jianshu.io/upload_images/11423226-8845a4ad2a60b7d1.png
Please complete the following information:
- Minecraft Version: 1.12.2
- Mod Version: 6.3.1
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.