Skip to content

Commit

Permalink
Fix PackRepositoryMixin being in the client package.
Browse files Browse the repository at this point in the history
  • Loading branch information
MerchantPug committed Dec 3, 2024
1 parent 90e3658 commit bfe1129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.fabricators_of_create.porting_lib.mixin.client;
package io.github.fabricators_of_create.porting_lib.mixin.common;

import com.google.common.collect.ImmutableSet;
import io.github.fabricators_of_create.porting_lib.extensions.PackRepositoryExtension;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mixins": [
"client.BoatRendererMixin",
"client.CreateWorldScreenMixin",
"client.PackRepositoryMixin",
"common.PackRepositoryMixin",
"common.AbstractMinecartMixin",
"common.AbstractSkeletonMixin",
"common.AnvilMenuMixin",
Expand Down

0 comments on commit bfe1129

Please sign in to comment.