2021-01-13 06:58:40 +01:00
|
|
|
{
|
2021-05-04 15:01:32 +02:00
|
|
|
"required": true,
|
|
|
|
"priority": 1100,
|
|
|
|
"package": "com.simibubi.create.foundation.mixin",
|
2021-11-07 04:59:58 +01:00
|
|
|
"compatibilityLevel": "JAVA_16",
|
2021-05-04 15:01:32 +02:00
|
|
|
"refmap": "create.refmap.json",
|
|
|
|
"mixins": [
|
2021-11-23 05:12:45 +01:00
|
|
|
"CustomItemUseEffectsMixin",
|
|
|
|
"PlayerListMixin"
|
2021-05-04 15:01:32 +02:00
|
|
|
],
|
|
|
|
"client": [
|
2021-06-04 06:23:06 +02:00
|
|
|
"BreakProgressMixin",
|
2021-05-04 15:01:32 +02:00
|
|
|
"EntityContraptionInteractionMixin",
|
2021-05-09 05:02:32 +02:00
|
|
|
"FixNormalScalingMixin",
|
2021-05-04 15:01:32 +02:00
|
|
|
"HeavyBootsOnPlayerMixin",
|
2021-05-23 03:01:01 +02:00
|
|
|
"ModelDataRefreshMixin",
|
2021-06-19 09:29:18 +02:00
|
|
|
"WindowResizeMixin"
|
2021-05-04 15:01:32 +02:00
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
},
|
|
|
|
"minVersion": "0.8"
|
2021-04-09 23:48:44 +02:00
|
|
|
}
|