mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 22:07:59 +01:00
32 lines
739 B
JSON
32 lines
739 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.7",
|
|
"package": "com.minelittlepony.unicopia.mixin",
|
|
"refmap": "unicopia.mixin.refmap.json",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"mixins": [
|
|
"MixinBlockItem",
|
|
"MixinItem",
|
|
"MixinItemEntity",
|
|
"MixinItems",
|
|
"MixinLivingEntity",
|
|
"MixinPlayerEntity",
|
|
"MixinProjectileEntity",
|
|
"MixinServerPlayerEntity",
|
|
"MixinSheepEntity",
|
|
"MixinShulkerEntity",
|
|
"MixinTargetPredicate"
|
|
],
|
|
"client": [
|
|
"client.MixinCamera",
|
|
"client.MixinEntityRenderDispatcher",
|
|
"client.MixinGameRenderer",
|
|
"client.MixinInGameHud",
|
|
"client.MixinItemModels",
|
|
"client.MixinKeyboardInput",
|
|
"client.MixinMouse"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|