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",
|
2021-09-15 22:46:38 +02:00
|
|
|
"compatibilityLevel": "JAVA_16",
|
2021-06-23 05:06:00 +02:00
|
|
|
"refmap": "flywheel.refmap.json",
|
|
|
|
"client": [
|
|
|
|
"CancelEntityRenderMixin",
|
|
|
|
"CancelTileEntityRenderMixin",
|
|
|
|
"FixFabulousDepthMixin",
|
|
|
|
"RenderHooksMixin",
|
|
|
|
"ShaderCloseMixin",
|
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-09-17 05:03:45 +02:00
|
|
|
"LevelRendererAccessor",
|
|
|
|
"InstanceAddMixin",
|
|
|
|
"InstanceRemoveMixin"
|
2021-06-23 05:06:00 +02:00
|
|
|
],
|
|
|
|
"injectors": {
|
2021-09-17 05:03:45 +02:00
|
|
|
"defaultRequire": 1
|
2021-06-23 05:06:00 +02:00
|
|
|
}
|
2021-06-16 21:57:52 +02:00
|
|
|
}
|