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

22 lines
555 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",
"mixins": ["StepSoundMixin"],
"client": [
"TileWorldHookMixin",
"CancelTileEntityRenderMixin",
"FogColorTrackerMixin",
"LightUpdateMixin",
"NetworkLightUpdateMixin",
"RenderHooksMixin",
"ShaderCloseMixin",
"TileRemoveMixin"
],
2021-01-13 06:58:40 +01:00
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8"
2021-01-13 06:58:40 +01:00
}