Initial commit

This commit is contained in:
2025-08-20 18:03:29 +02:00
parent e591d7991e
commit 00e854bffb
16 changed files with 718 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.kasetoatz.ghasthacks.mixin",
"compatibilityLevel": "JAVA_21",
"client": [
"EntityMixin",
"Vec3dMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}