AMereBagatelle / fabricskyboxes

Custom skyboxes mod for Fabric
MIT License
76 stars 22 forks source link

Top skybox face appears to be rotated 90 degrees clockwise #73

Closed alex-huff closed 1 year ago

alex-huff commented 1 year ago

Example I get this issue in 1.19.2 and 1.19.3. I verified that it is present with only fabricskyboxes and fabric API installed. This screenshot was taken with FSB version 0.6.1.

alex-huff commented 1 year ago

Reverting the changes to SquaredTexturedSkybox.java from e76f803 fixed this issue for me. I don't know what the original intent of that change was, or if it was a mistake, but it appears to have caused my problem.

moehreag commented 1 year ago

well, the commit message says that it fixed it to be within the spec, rather than outside it (as it was before). This needs to be fixed in your resource pack that provides the sky.

alex-huff commented 1 year ago

Yeah, it was fixed. I don't know why I didn't just read the commit message.