Skip to content

Commit

Permalink
Fixed #356
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Jan 12, 2025
1 parent b395d26 commit 274bd44
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ public boolean shouldApplyMixin(String targetClassName, String mixinClassName) {
if (mixinClassName.equals("com.mohistmc.banner.mixin.core.world.item.MixinChorusFruitItem")) {
return !FabricLoader.getInstance().isModLoaded("openpartiesandclaims");
}
if (mixinClassName.equals("com.mohistmc.banner.mixin.world.level.block.MixinMagmaBlock")) {
return !FabricLoader.getInstance().isModLoaded("quad");
}
return true;
}

Expand Down

0 comments on commit 274bd44

Please sign in to comment.