mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-18 18:44:22 +01:00
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.7",
|
|
"package": "com.minelittlepony.mixin",
|
|
"refmap": "minelp.mixin.refmap.json",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"mixins": [
|
|
"MixinThreadDownloadImageData",
|
|
"MixinNetworkPlayerInfo",
|
|
"MixinRenderItem"
|
|
]
|
|
}
|