mod generation

This commit is contained in:
Jottyfan
2025-12-22 19:19:04 +01:00
parent 86bc26dafc
commit f85b5faeec
18 changed files with 614 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"required": true,
"package": "de.jottyfan.minecraft.mixin",
"compatibilityLevel": "JAVA_25",
"mixins": [
"QuicklyMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}