Skip to content

Commit

Permalink
fix mixin names
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Aug 14, 2023
1 parent 95d9bcf commit 7abfd73
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

@SuppressWarnings("deprecation")
public class ConnectorPlugin implements IMixinConfigPlugin {
public static final List<String> BANNED_MIXINS = List.of("ItemStackMixin", "InGameHudMixin");
public static final List<String> BANNED_MIXINS = List.of(
"folk.sisby.tinkerers_smithing.mixin.ItemStackMixin",
"folk.sisby.tinkerers_smithing.mixin.client.InGameHudMixin");

@Override
public void onLoad(String mixinPackage) {
Expand Down

0 comments on commit 7abfd73

Please sign in to comment.