blob: c5eb170282e41b9b538e560e3e1c392c97dda69b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"required": true,
"minVersion": "0.8",
"package": "world.anhgelus.molehunt.client.mixin",
"compatibilityLevel": "JAVA_21",
"client": [
"NoNametags",
"NoSkin"
],
"injectors": {
"defaultRequire": 1
}
}
|