Skip to content

Commit

Permalink
fix config menu background
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed Sep 21, 2023
1 parent 626b66f commit 34842f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected void init() {

@Override
public void render(@NotNull GuiGraphics guiGraphics, int i, int j, float f) {
this.renderBackground(guiGraphics, i, j, f);
this.renderDirtBackground(guiGraphics);
list.render(guiGraphics, i, j , f);
guiGraphics.drawCenteredString(this.font, this.title, this.width / 2, 20, 0xFFFFFF);
super.render(guiGraphics, i, j, f);
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx2048M

minecraft_version=23w32a
minecraft_version=1.20.2

fabric_enabled=true
forge_enabled=false
Expand All @@ -10,6 +10,6 @@ maven_group=dev.schmarrn
archives_base_name=lighty

fabric_loader_version=0.14.22
fabric_api_version=0.86.3+1.20.2
fabric_api_version=0.89.0+1.20.2

forge_version=1.20.1-47.0.1

0 comments on commit 34842f0

Please sign in to comment.