Skip to content

Commit

Permalink
Add Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wdog5734 committed Oct 19, 2024
1 parent 35a0820 commit 3b99011
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public String getRefMapperConfig() {
public boolean shouldApplyMixin(String targetClassName, String mixinClassName) {
// Banner start - compat for arclight and cardboard
if (FabricLoader.getInstance().isModLoaded("arclight") || FabricLoader.getInstance().isModLoaded("cardboard")) {
return false;
System.out.println("WARNING: DO NOT RUNNING BANNER WITH ARCLIGHT OR CARDBOARD!!!!!!");
return false;
}
// Banner end
if (mixinClassName.equals("com.mohistmc.banner.mixin.core.world.entity.MixinMob$PaperSpawnAffect")) {
Expand Down

0 comments on commit 3b99011

Please sign in to comment.