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",
|
|
|
|
"client": [
|
|
|
|
"CancelEntityRenderMixin",
|
|
|
|
"CancelTileEntityRenderMixin",
|
|
|
|
"FixFabulousDepthMixin",
|
|
|
|
"FogColorTrackerMixin",
|
|
|
|
"RenderHooksMixin",
|
|
|
|
"ShaderCloseMixin",
|
|
|
|
"StoreProjectionMatrixMixin",
|
|
|
|
"TileRemoveMixin",
|
|
|
|
"TileWorldHookMixin",
|
2021-07-12 23:52:54 +02:00
|
|
|
"atlas.AtlasDataMixin",
|
|
|
|
"atlas.SheetDataAccessor",
|
2021-06-23 05:06:00 +02:00
|
|
|
"light.LightUpdateMixin",
|
2021-07-19 03:00:09 +02:00
|
|
|
"light.NetworkLightUpdateMixin",
|
2021-08-05 23:53:22 +02:00
|
|
|
"FastChunkProviderMixin"
|
2021-06-23 05:06:00 +02:00
|
|
|
],
|
|
|
|
"injectors": {
|
2021-06-25 04:37:31 +02:00
|
|
|
"defaultRequire": 0
|
2021-06-23 05:06:00 +02:00
|
|
|
}
|
2021-06-16 21:57:52 +02:00
|
|
|
}
|