17 lines
307 B
JSON
17 lines
307 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.kasetoatz.bettertridentreturn.mixin",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"client": [
|
|
"PlayerInventoryMixin",
|
|
"TridentItemMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"overwrites": {
|
|
"requireAnnotations": true
|
|
}
|
|
}
|