mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
17 lines
286 B
JSON
17 lines
286 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "me.lukasabbe.bookshelfinspector.mixin",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"mixins": [
|
|
],
|
|
"client": [
|
|
"InGameHudMixin",
|
|
"BookshelfInvoker",
|
|
"BookshelfMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|