15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"required": true,
|
|
"package": "net.magicterra.skinfix.mixin",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"minVersion": "0.8",
|
|
"client": [
|
|
"MinecraftMixin",
|
|
"ProfilePublicKeyDataMixin"
|
|
],
|
|
"mixins": [],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|