MineLittlePony/src/main/resources/minelp.mixin.json
Sollace fbb40134e2 * Move player rendering to make use of the build in skinMap
* Remove reflection
* Use the interface (IPonyData) not the class
2018-04-24 14:55:32 +02:00

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"
]
}