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

18 lines
436 B
JSON
Raw Normal View History

2021-01-13 06:58:40 +01:00
{
"required": true,
"package": "com.simibubi.create.foundation.mixin",
"compatibilityLevel": "JAVA_8",
"refmap": "create.refmap.json",
2021-02-14 01:26:34 +01:00
"client": [
"OnRemoveTileMixin",
"ShaderCloseMixin",
"CancelTileEntityRenderMixin",
"LightUpdateMixin",
"RenderHooksMixin",
"FogColorTrackerMixin"
],
2021-01-13 06:58:40 +01:00
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8"
2021-01-13 06:58:40 +01:00
}