fixed 1.20.2 incompatibility
This commit is contained in:
parent
e593859723
commit
543f2a18cf
@ -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
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user