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

25 lines
613 B
JSON
Raw Normal View History

2021-01-13 06:58:40 +01:00
{
"required": true,
"priority": 1100,
2021-01-13 06:58:40 +01:00
"package": "com.simibubi.create.foundation.mixin",
"compatibilityLevel": "JAVA_8",
"refmap": "create.refmap.json",
"client": [
2021-05-11 20:39:13 +02:00
"BreakProgressMixin",
"CancelTileEntityRenderMixin",
"EntityContraptionInteractionMixin",
"FogColorTrackerMixin",
"LightUpdateMixin",
"NetworkLightUpdateMixin",
"RenderHooksMixin",
"ShaderCloseMixin",
"StoreProjectionMatrixMixin",
"TileRemoveMixin",
"TileWorldHookMixin"
],
2021-01-13 06:58:40 +01:00
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8"
}