update to 1.20.2

This commit is contained in:
Liz Graham
2023-12-04 18:41:42 +00:00
parent 12016db5f2
commit 4f3e80bac4
3 changed files with 9 additions and 9 deletions

View File

@@ -108,7 +108,7 @@ public class ModMenuConfigScreen extends GameGui {
@Override
public void render(DrawContext context, int mouseX, int mouseY, float partialTicks) {
renderBackground(context);
renderBackground(context, mouseX, mouseY, partialTicks);
super.render(context, mouseX, mouseY, partialTicks);
}
private String getNameOfParticle(){

View File

@@ -28,7 +28,7 @@
"depends": {
"fabricloader": ">=0.14.5",
"fabric": "*",
"minecraft": "1.20.x",
"minecraft": "1.20.2",
"java": ">=17"
},
"suggests": {