18 lines
287 B
JSON
18 lines
287 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "net.lizistired.cavedust.mixin",
|
|
"compatibilityLevel": "JAVA_16",
|
|
"mixins": [
|
|
"ClientWorldAccessor",
|
|
"MixinDebugScreenOverlay"
|
|
],
|
|
"client": [
|
|
],
|
|
"server": [
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|