Create/src/main/resources/create.mixins.json

19 lines
471 B
JSON

{
"required": true,
"package": "com.simibubi.create.foundation.mixin",
"compatibilityLevel": "JAVA_8",
"refmap": "create.refmap.json",
"client": [
"OnRemoveTileMixin",
"ShaderCloseMixin",
"CancelTileEntityRenderMixin",
"LightUpdateMixin",
"RenderHooksMixin",
"FogColorTrackerMixin",
"NetworkLightUpdateMixin"
],
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8"
}