fixed 1.20.2 incompatibility

This commit is contained in:
MeexReay 2023-10-20 22:27:39 +03:00
parent e593859723
commit 543f2a18cf
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ yarn_mappings=1.20+build.1
loader_version=0.14.23 loader_version=0.14.23
# Mod Properties # Mod Properties
mod_version = 1.0.6 mod_version = 1.0.7
maven_group = themixray.repeating.mod maven_group = themixray.repeating.mod
archives_base_name = repeating-mod archives_base_name = repeating-mod

View File

@ -52,7 +52,7 @@ public class RepeatingScreen extends Screen {
@Override @Override
public void render(DrawContext context, int mouseX, int mouseY, float delta) { public void render(DrawContext context, int mouseX, int mouseY, float delta) {
renderBackground(context); renderBackgroundTexture(context);
// context.drawCenteredTextWithShadow(textRenderer, // context.drawCenteredTextWithShadow(textRenderer,
// Text.literal("You must see me"), // Text.literal("You must see me"),
// width / 2, height / 2, // width / 2, height / 2,