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

28 lines
616 B
JSON
Raw Normal View History

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