fix config settings
This commit is contained in:
parent
0982c30299
commit
ce8dd2ebed
3 changed files with 42 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue