feat: 1.20 port

This commit is contained in:
2025-09-01 01:43:22 +08:00
commit 62eee93fea
27 changed files with 1137 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"required": true,
"package": "net.magicterra.skinfix.mixin",
"compatibilityLevel": "JAVA_17",
"minVersion": "0.8",
"client": [
"MinecraftMixin"
],
"mixins": [
"ProfilePublicKeyDataMixin"
],
"injectors": {
"defaultRequire": 1
}
}