mirror of
https://github.com/Suiranoil/SkinRestorer.git
synced 2026-01-16 04:42:12 +00:00
20 lines
485 B
JSON
20 lines
485 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "net.lionarius.skinrestorer.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"priority": 1100,
|
|
"refmap": "${mod_id}.refmap.json",
|
|
"mixins": [
|
|
"ChunkMapAccessor",
|
|
"PlayerListMixin",
|
|
"ServerLoginPacketListenerImplMixin",
|
|
"TrackedEntityAccessorInvoker",
|
|
"SkullBlockEntityMixin",
|
|
"GameProfileCacheAccessor"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|