2021-01-13 06:58:40 +01:00
|
|
|
{
|
|
|
|
"required": true,
|
2021-03-30 23:14:58 +02:00
|
|
|
"priority": 1100,
|
2021-01-13 06:58:40 +01:00
|
|
|
"package": "com.simibubi.create.foundation.mixin",
|
|
|
|
"compatibilityLevel": "JAVA_8",
|
|
|
|
"refmap": "create.refmap.json",
|
2021-05-04 03:50:17 +02:00
|
|
|
"mixins": [
|
|
|
|
],
|
2021-03-24 23:48:15 +01:00
|
|
|
"client": [
|
2021-03-30 23:14:58 +02:00
|
|
|
"TileWorldHookMixin",
|
2021-03-24 23:48:15 +01:00
|
|
|
"CancelTileEntityRenderMixin",
|
|
|
|
"FogColorTrackerMixin",
|
|
|
|
"LightUpdateMixin",
|
|
|
|
"NetworkLightUpdateMixin",
|
|
|
|
"RenderHooksMixin",
|
|
|
|
"ShaderCloseMixin",
|
2021-03-31 03:50:07 +02:00
|
|
|
"TileRemoveMixin",
|
2021-05-04 03:50:17 +02:00
|
|
|
"HeavyBootsOnPlayerMixin",
|
2021-04-09 23:48:44 +02:00
|
|
|
"EntityContraptionInteractionMixin",
|
|
|
|
"StoreProjectionMatrixMixin"
|
2021-03-24 23:48:15 +01:00
|
|
|
],
|
2021-01-13 06:58:40 +01:00
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
},
|
2021-03-24 23:48:15 +01:00
|
|
|
"minVersion": "0.8"
|
2021-04-09 23:48:44 +02:00
|
|
|
}
|