2021-06-16 21:57:52 +02:00
|
|
|
{
|
2021-06-23 05:06:00 +02:00
|
|
|
"required": true,
|
|
|
|
"minVersion": "0.8",
|
|
|
|
"package": "com.jozufozu.flywheel.mixin",
|
|
|
|
"compatibilityLevel": "JAVA_8",
|
|
|
|
"refmap": "flywheel.refmap.json",
|
|
|
|
"mixins": [],
|
|
|
|
"client": [
|
|
|
|
"CancelEntityRenderMixin",
|
|
|
|
"CancelTileEntityRenderMixin",
|
|
|
|
"FixFabulousDepthMixin",
|
|
|
|
"FogColorTrackerMixin",
|
|
|
|
"RenderHooksMixin",
|
|
|
|
"ShaderCloseMixin",
|
|
|
|
"StoreProjectionMatrixMixin",
|
|
|
|
"TileRemoveMixin",
|
|
|
|
"TileWorldHookMixin",
|
|
|
|
"light.LightUpdateMixin",
|
|
|
|
"light.NetworkLightUpdateMixin"
|
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
}
|
2021-06-16 21:57:52 +02:00
|
|
|
}
|