We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e4de2 commit b2dd08cCopy full SHA for b2dd08c
src/main/java/com/falsepattern/lib/api/Deprecation.java
@@ -3,8 +3,8 @@
3
final class Deprecation {
4
static void warn() {
5
new Exception("\nDEPRECATION WARNING\nDEPRECATION WARNING\n" +
6
- "Someone used the deprecated FalsePatternLib api.\n" +
7
- "This api will be replaced in FalsePatternLib 0.7! You should probably update your mods.\n" +
8
- "See the following stacktrace for hints on what mod could be the cause.").printStackTrace();
+ "Someone used the deprecated FalsePatternLib api from 0.5 and before.\n" +
+ "This api was deprecated in 0.6.0, and will be REMOVED in FalsePatternLib 0.7! You should probably update your mods.\n" +
+ "See the following stacktrace for hints on what mod might be the cause.").printStackTrace();
9
}
10
0 commit comments