fix config settings

This commit is contained in:
kawaiizenbo 2023-10-09 08:10:42 -07:00
parent 0982c30299
commit ce8dd2ebed
3 changed files with 42 additions and 4 deletions

View file

@ -7,7 +7,6 @@ public class Setting
{
public String name;
public int height = 24;
public Object value;
int x = 0, y = 0;
public void render(DrawContext drawContext, int x, int y, int mouseX, int mouseY, TextRenderer textRenderer)