mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-07 12:56:31 +01:00
14 lines
310 B
JSON
14 lines
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"
|
||
|
}
|