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

12 lines
249 B
JSON
Raw Normal View History

2016-01-15 08:59:50 +01:00
{
2016-11-25 05:40:19 +01:00
"required": true,
2017-07-28 20:25:26 +02:00
"minVersion": "0.7",
2016-11-25 05:40:19 +01:00
"package": "com.minelittlepony.mixin",
"refmap": "mixin.minelp.refmap.json",
"compatibilityLevel": "JAVA_8",
"mixins": [
2016-12-20 11:29:37 +01:00
"MixinRenderPlayer",
"MixinRenderItem"
2016-11-25 05:40:19 +01:00
]
2016-01-26 09:17:08 +01:00
}