move to 1.21 and fix for nixos

This commit is contained in:
MeexReay 2025-06-14 03:02:04 +03:00
parent c02d96edca
commit 61c755aabc
8 changed files with 64 additions and 15 deletions

View file

@ -51,7 +51,7 @@ public class RepeatingScreen extends Screen {
@Override
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
renderBackground(context);
renderBackground(context, mouseX, mouseY, delta);
for (RenderListener l : render_listeners) {
if (l.beforeRender()) {