added coords

This commit is contained in:
2026-07-11 14:58:57 +02:00
parent 476925c31b
commit a2d8780238
6 changed files with 191 additions and 9 deletions
@@ -16,11 +16,18 @@ public class Config {
public int fpsSize = 16;
public int fpsX = 1;
public int fpsY = 1;
public boolean fpsEnabled = true;
public String lastModule = "FPS";
public int keyX = 1;
public int keyY = 1;
public int keySize = 16;
public boolean keyEnabled = true;
public int coordsX = 1;
public int coordsY = 1;
public int coordsP = 4;
public boolean coordsEnabled = true;
private static final Gson GSON = new GsonBuilder().setPrettyPrinting().create();
private static final Path PATH = FabricLoader.getInstance()