Create/src/main/resources/create.mixins.json

23 lines
474 B
JSON
Raw Normal View History

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