Added Module Settings and removed test screen

This commit is contained in:
2026-07-08 15:34:04 +02:00
parent 1bf7636470
commit 596612880b
16 changed files with 440 additions and 165 deletions
@@ -0,0 +1,16 @@
{
"required": true,
"minVersion": "0.8",
"package": "de.fullrisk.citrusDev.mixin",
"compatibilityLevel": "JAVA_25",
"mixins": [
],
"client": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}