moved pride flag down so that it doesn't clash with bookmarks

Closes #254
This commit is contained in:
Ell 2022-06-01 15:54:05 +02:00
parent c4cb0cc512
commit 0705b2e1e7

View file

@ -110,7 +110,7 @@ public class PatchouliCompat implements ICompat {
event.getMouseX(), event.getMouseY(), gui.getMinecraft().font);
} else if (now.getMonth() == Month.JUNE) {
var x = gui.width / 2 + 272 / 2;
var y = gui.height / 2 - 180 / 2 + 16;
var y = gui.height / 2 + 32;
RenderSystem.setShader(GameRenderer::getPositionTexShader);
RenderSystem.setShaderTexture(0, ClientEvents.BOOK_GUI);