Skip to content

Commit

Permalink
Fix coretweaks hard-dep (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyfts authored Dec 28, 2024
1 parent a7d071b commit d99bf5d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ public String getAccessTransformerClass() {
try {
final Class<?> clazz = Class.forName("makamys.coretweaks.Config");
CoreCompat.disableCoretweaksConflictingMixins();
} catch (ClassNotFoundException e) {
throw new RuntimeException(e);
}
} catch (ClassNotFoundException e) {}
return null;
}
}

0 comments on commit d99bf5d

Please sign in to comment.