Skip to content

Commit

Permalink
fixed modid cuz i'm dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
POPlol333 committed Aug 9, 2022
1 parent eb851f4 commit 639028f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/fox/spiteful/avaritia/compat/Compat.java
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ public static void compatify(){
te = false;
}
}
if(!Loader.isModLoaded("dreammaster")) {
if(!Loader.isModLoaded("dreamcraft")) {
if (Loader.isModLoaded("witchery") && Config.witch) {
try {
Item ingredient = getItem("witchery", "ingredient");
Expand All @@ -431,7 +431,7 @@ public static void compatify(){
Lumberjack.log(Level.INFO, e, "Avaritia suffered from Curse of the Incompatibility.");
}
}
} else if (Loader.isModLoaded("dreammaster") && Loader.isModLoaded("witchery") && Config.witch){
} else if (Loader.isModLoaded("dreamcraft") && Loader.isModLoaded("witchery") && Config.witch){
Lumberjack.log(Level.INFO, "Infinity Egg recipe has been redirected into NHCore script because boubou wanted to boink me if it didn't");
}

Expand Down

0 comments on commit 639028f

Please sign in to comment.