Flywheel/src/main/resources/create.mixins.json
2021-01-12 21:58:40 -08:00

14 lines
No EOL
310 B
JSON

{
"required": true,
"package": "com.simibubi.create.foundation.mixin",
"compatibilityLevel": "JAVA_8",
"refmap": "create.refmap.json",
"client": [
"LightUpdateMixin",
"RenderInLayerMixin"
],
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8"
}