Flywheel/src/main/resources/create.mixins.json
2021-05-11 12:34:38 -07:00

25 lines
744 B
JSON

{
"required": true,
"priority": 1100,
"package": "com.simibubi.create.foundation.mixin",
"compatibilityLevel": "JAVA_8",
"refmap": "create.refmap.json",
"client": [
"BreakProgressMixin",
"ChromaticProjectorHooksMixin",
"EntityContraptionInteractionMixin",
"flywheel.CancelTileEntityRenderMixin",
"flywheel.FogColorTrackerMixin",
"flywheel.RenderHooksMixin",
"flywheel.ShaderCloseMixin",
"flywheel.StoreProjectionMatrixMixin",
"flywheel.TileRemoveMixin",
"flywheel.TileWorldHookMixin",
"flywheel.light.LightUpdateMixin",
"flywheel.light.NetworkLightUpdateMixin"
],
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8"
}