19 lines
329 B
JSON
19 lines
329 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.hypherionmc.craterlib.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
"BlockEntityMixin"
|
|
],
|
|
"client": [
|
|
"ConfigScreenHandlerMixin"
|
|
],
|
|
"server": [
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"refmap": "${refmap_target}refmap.json"
|
|
}
|