Skip to content

Commit 6654625

Browse files
committed
chore(build): Switch mainProject to 1.20.2
Signed-off-by: Hendrix-Shen <HendrixShen@hendrixshen.top>
1 parent 347477a commit 6654625

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/main/java/work/msdnicrosoft/commandbuttons/gui/WrapperCommandGUIScreen.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@ public WrapperCommandGUIScreen(GuiDescription description) {
2727
super(description);
2828
}
2929

30+
3031
// Do not render background color in-game
3132
@Override
3233
public void renderBackground(
3334
//#if MC > 11904
3435
GuiGraphics guiGraphics
3536
//#if MC > 12001
36-
//$$ ,int mouseX,
37-
//$$ int mouseY,
38-
//$$ float partialTick
37+
,int mouseX,
38+
int mouseY,
39+
float partialTick
3940
//#endif
4041
//#else
4142
//$$ PoseStack poseStack

versions/mainProject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.1
1+
1.20.2

0 commit comments

Comments
 (0)