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

23 lines
473 B
JSON
Raw Normal View History

2021-01-13 06:58:40 +01:00
{
"required": true,
"priority": 1100,
"package": "com.simibubi.create.foundation.mixin",
"compatibilityLevel": "JAVA_8",
"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"
}