Skip to content

Commit

Permalink
NeoForge: moving anvil mixin to server as well
Browse files Browse the repository at this point in the history
This makes all mixins match Fabric
  • Loading branch information
Brian-Wuest committed Nov 28, 2024
1 parent 654a7ce commit 6699a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NeoForge/src/main/resources/prefab.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"package": "com.prefab.mixins",
"refmap": "prefab.refmap.json",
"mixins": [
"SavePlayerDataMixin"
"SavePlayerDataMixin",
"AnvilScreenHandlerMixin"
],
"client": [
"RenderIndicatorMixin",
"AnvilScreenHandlerMixin",
"MinecraftClientInitMixin"
],
"injectors": {
Expand Down

0 comments on commit 6699a25

Please sign in to comment.