Skip to content

Commit

Permalink
move some mixin loading environments around
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Apr 3, 2024
1 parent 0268169 commit 92b6e0f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions common/src/main/resources/createunlimited.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,19 @@
"CopycatBlockMixin",
"ExtendoGripItemMixin",
"StationBlockEntityMixin",
"SuperGlueSectionHandlerMixin",
"SuperGlueSelectionPacketMixin",
"TrackEdgeMixin",
"TrackPlacementMixin",
"TrackTargetingBlockItemMixin",
"TrainMixin",
"accessor.CValueAccessor",
"accessor.PlacementInfoAccessor"
"accessor.PlacementInfoAccessor",
"CTrainsMixin"
],
"client": [
"SuperGlueSectionHandlerMixin",
"TrainRelocatorMixin"
],
"server": [
"CTrainsMixin"
],
"injectors": {
"defaultRequire": 1
}
Expand Down

0 comments on commit 92b6e0f

Please sign in to comment.