Skip to content

Commit

Permalink
Remove Client Mixins
Browse files Browse the repository at this point in the history
Fixes PolymerPorts#4, which occurs as a result of specifying these mixins that don't even exist as classes in the mod.

Not sure why client mixins would ever be necessary anyway, given this is supposed to run server-only.
  • Loading branch information
Brittank88 authored Nov 9, 2022
1 parent 232d594 commit ac7d768
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/resources/fwaystones.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@
"StructureStartAccessor",
"TagGroupLoaderMixin"
],
"client": [
"ClientPlayerEntityAccessor",
"ClientPlayerEntityMixin",
"ClientPlayNetworkHandlerMixin"
],
"injectors": {
"defaultRequire": 1
}
}
}

0 comments on commit ac7d768

Please sign in to comment.