MineLittlePony/src/main/resources/mixin.minelp.json

11 lines
201 B
JSON
Raw Normal View History

2016-01-15 08:59:50 +01:00
{
2016-01-26 09:17:08 +01:00
"required": true,
"minVersion": "0.4.10",
2016-11-17 05:45:04 +01:00
"package": "com.minelittlepony.mixin",
2016-01-15 08:59:50 +01:00
"refmap": "mixin.minelp.refmap.json",
"compatibilityLevel": "JAVA_8",
2016-01-15 08:59:50 +01:00
"mixins": [
"MixinRenderPlayer"
]
2016-01-26 09:17:08 +01:00
}