14 lines
215 B
JSON
14 lines
215 B
JSON
{
|
|
"required": true,
|
|
"package": "xyz.twokilohertz.mixin",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"mixins": [],
|
|
"client": [
|
|
"ItemStackMixin"
|
|
],
|
|
"server": [],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|