Skip to content

Commit 007723c

Browse files
committed
1.20.4
1 parent 1647a13 commit 007723c

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "fabric-loom" version "1.4-SNAPSHOT"
2+
id "fabric-loom" version "1.5-SNAPSHOT"
33
id "org.ajoberstar.grgit" version "3.1.1"
44
}
55

src/main/java/win/baruna/blockmeter/gui/EditBoxGui.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected void init() {
5151

5252
@Override
5353
public void render(DrawContext context, int mouseX, int mouseY, float delta) {
54-
super.renderBackground(context);
54+
super.renderBackground(context, mouseX, mouseY, delta);
5555
super.render(context, mouseX, mouseY, delta);
5656
}
5757

src/main/java/win/baruna/blockmeter/gui/OptionsGui.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ public void onPress() {
138138
}
139139

140140
@Override
141-
public void render(DrawContext context, final int int_1, final int int_2, final float float_1) {
142-
super.render(context, int_1, int_2, float_1);
141+
public void renderWidget(DrawContext context, final int int_1, final int int_2, final float float_1) {
143142

144143
Tessellator tessellator = Tessellator.getInstance();
145144
BufferBuilder bufferBuilder = tessellator.getBuffer();

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
modVersion = 1.11.0
2-
minecraftVersion = 1.20.2
1+
modVersion = 1.12.0
2+
minecraftVersion = 1.20.4

0 commit comments

Comments
 (0)