first commit

This commit is contained in:
Soph :3 2025-10-05 13:52:42 +03:00
commit e5bdff9721
32 changed files with 2100 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "ovh.sad.growglobe.mixin.client",
"compatibilityLevel": "JAVA_21",
"client": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}