lots of code

This commit is contained in:
skippyall
2024-04-13 22:04:49 +02:00
commit 60fd7f0891
71 changed files with 3667 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"required": true,
"minVersion": "0.8",
"package": "io.github.skippyall.minions.mixins",
"compatibilityLevel": "JAVA_17",
"mixins": [
"ConnectionMixin",
"PlayerListMixin",
"ServerPlayerMixin"
],
"client": [],
"server": [],
"injectors": {
"defaultRequire": 1
}
}