Flywheel/src/main/resources/flywheel.mixins.json

25 lines
574 B
JSON
Raw Normal View History

{
2021-06-23 05:06:00 +02:00
"required": true,
"minVersion": "0.8",
"package": "com.jozufozu.flywheel.mixin",
"compatibilityLevel": "JAVA_16",
2021-06-23 05:06:00 +02:00
"refmap": "flywheel.refmap.json",
"client": [
"CancelEntityRenderMixin",
"CancelTileEntityRenderMixin",
"FixFabulousDepthMixin",
"RenderHooksMixin",
"ShaderCloseMixin",
"atlas.AtlasDataMixin",
"atlas.SheetDataAccessor",
2021-06-23 05:06:00 +02:00
"light.LightUpdateMixin",
"light.NetworkLightUpdateMixin",
"LevelRendererAccessor",
"InstanceAddMixin",
"InstanceRemoveMixin"
2021-06-23 05:06:00 +02:00
],
"injectors": {
"defaultRequire": 1
2021-06-23 05:06:00 +02:00
}
}