This commit is contained in:
Brian Neumann-Fopiano
2026-02-22 08:59:50 -05:00
parent 130073989d
commit 589baafc28
90 changed files with 2798 additions and 3681 deletions

View File

@@ -0,0 +1,5 @@
public class Config {
public int jvm = 21;
public NMSBinding.Type type = NMSBinding.Type.DIRECT;
public String version;
}