17 lines
278 B
JSON
17 lines
278 B
JSON
|
{
|
||
|
"required": true,
|
||
|
"minVersion": "0.8",
|
||
|
"package": "me.hypherionmc.hyperlighting.mixin",
|
||
|
"compatibilityLevel": "JAVA_17",
|
||
|
"mixins": [
|
||
|
],
|
||
|
"client": [
|
||
|
],
|
||
|
"server": [
|
||
|
],
|
||
|
"injectors": {
|
||
|
"defaultRequire": 1
|
||
|
},
|
||
|
"refmap": "${refmap_target}refmap.json"
|
||
|
}
|