REFACTOR: Change modid, modname e.t.c

This commit is contained in:
2026-08-11 20:44:28 +03:00
parent e70fe89d19
commit 080a838028
8 changed files with 16 additions and 16 deletions
@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "org.examp.john.mixin.client",
"compatibilityLevel": "JAVA_25",
"client": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}