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

25 lines
573 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",
"TileRemoveMixin",
"TileWorldHookMixin",
"atlas.AtlasDataMixin",
"atlas.SheetDataAccessor",
2021-06-23 05:06:00 +02:00
"light.LightUpdateMixin",
"light.NetworkLightUpdateMixin",
"FastChunkProviderMixin"
2021-06-23 05:06:00 +02:00
],
"injectors": {
"defaultRequire": 0
2021-06-23 05:06:00 +02:00
}
}