Skip to content

Commit

Permalink
fix server side crash, close #9
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Jul 17, 2024
1 parent 77d39bd commit f799520
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/mixin.neverenoughanimations.jei.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"minVersion": "0.8",
"compatibilityLevel": "JAVA_8",
"client": [
],
"mixins": [
"IngredientListOverlayMixin",
"LeftAreaDispatcherMixin"
],
"mixins": [
]
}
}
8 changes: 4 additions & 4 deletions src/main/resources/mixin.neverenoughanimations.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"client": [
"CreativeSlotMixin",
"GuiContainerMixin",
"GuiIngameMixin"
],
"mixins": [
"GuiIngameMixin",
"ContainerMixin",
"InventoryPlayerMixin",
"SlotMixin"
],
"mixins": [
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"minVersion": "0.8",
"compatibilityLevel": "JAVA_8",
"client": [
"MainMixin"
],
"mixins": [
"MainMixin"
]
}
}

0 comments on commit f799520

Please sign in to comment.