Add initial implementation of SPMega mod with banking UI and API integration
Java CI / build (push) Successful in 5m38s

Signed-off-by: Dmitrii <computer@yawaflua.tech>

Took 2 hours 53 minutes
This commit is contained in:
Dmitrii `yawaflua` Shimanskii
2026-04-02 03:14:26 +03:00
committed by Dmitrii
commit 6c8c4065df
36 changed files with 2535 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "git.yawaflua.tech.spmega.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}