This commit is contained in:
lukasabbe
2024-09-20 22:53:21 +02:00
commit b229b1ed2f
30 changed files with 1091 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"required": true,
"minVersion": "0.8",
"package": "me.lukasabbe.bookshelfinspector.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"client": [
"InGameHudMixin",
"BookshelfInvoker",
"BookshelfMixin"
],
"injectors": {
"defaultRequire": 1
}
}