mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
23 lines
474 B
JSON
23 lines
474 B
JSON
{
|
|
"required": true,
|
|
"priority": 1100,
|
|
"package": "com.simibubi.create.foundation.mixin",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"refmap": "create.refmap.json",
|
|
"mixins": [
|
|
"PlayerListMixin"
|
|
],
|
|
"client": [
|
|
"BreakProgressMixin",
|
|
"EntityContraptionInteractionMixin",
|
|
"FixNormalScalingMixin",
|
|
"HeavyBootsOnPlayerMixin",
|
|
"ModelDataRefreshMixin",
|
|
"WindowResizeMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"minVersion": "0.8"
|
|
}
|