2022-05-12 00:18:53 +02:00
|
|
|
{
|
|
|
|
"required": true,
|
|
|
|
"minVersion": "0.8",
|
2022-05-12 00:20:18 +02:00
|
|
|
"package": "me.hypherionmc.craterlib.mixin",
|
2022-05-12 00:18:53 +02:00
|
|
|
"compatibilityLevel": "JAVA_17",
|
|
|
|
"mixins": [
|
|
|
|
],
|
|
|
|
"client": [
|
2022-06-30 23:19:24 +02:00
|
|
|
"colors.BlockColorsMixin",
|
|
|
|
"colors.ItemColorsMixin"
|
2022-05-12 00:18:53 +02:00
|
|
|
],
|
|
|
|
"server": [
|
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
},
|
|
|
|
"refmap": "${refmap_target}refmap.json"
|
2022-05-12 00:20:18 +02:00
|
|
|
}
|