mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 22:07:59 +01:00
26 lines
524 B
JSON
26 lines
524 B
JSON
|
{
|
||
|
"required": true,
|
||
|
"minVersion": "0.7",
|
||
|
"package": "com.minelittlepony.unicopia.mixin",
|
||
|
"refmap": "unicopia.client.mixin.refmap.json",
|
||
|
"compatibilityLevel": "JAVA_8",
|
||
|
"main": [
|
||
|
"MixinEntity",
|
||
|
"MixinFarmlandBlock",
|
||
|
"MixinHoeItem",
|
||
|
"MixinItemEntity",
|
||
|
"MixinPlayerEntity",
|
||
|
"MixinProjectileEntity",
|
||
|
"Walker"
|
||
|
],
|
||
|
"client": [
|
||
|
"client.MixinCamera",
|
||
|
"client.MixinGameRenderer",
|
||
|
"client.MixinKeyboardInput",
|
||
|
"client.MixinMouse"
|
||
|
],
|
||
|
"injectors": {
|
||
|
"defaultRequire": 1
|
||
|
}
|
||
|
}
|