blob: 6ddce8d4aa36f2bf88c100150cbb9c31b31529af (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"required": true,
"package": "com.notnite.gloppers.mixin",
"compatibilityLevel": "JAVA_17",
"server": [
"HopperBlockEntityMixin"
],
"injectors": {
"defaultRequire": 1
}
}
|