Skip to content

Commit 92300be

Browse files
committed
feat: Cool banner
1 parent 57202c7 commit 92300be

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/java/com/falsepattern/lib/internal/asm/CoreLoadingPlugin.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,20 @@ public class CoreLoadingPlugin implements IFMLLoadingPlugin {
5656

5757
static {
5858
DeploaderStub.bootstrap(false);
59+
//Cool banner
60+
FPLog.LOG.info("");
61+
FPLog.LOG.info("");
62+
FPLog.LOG.info(" ________ _______ __ __ __");
63+
FPLog.LOG.info("| \\| \\ | \\ | \\| \\");
64+
FPLog.LOG.info("| $$$$$$$$| $$$$$$$\\| $$ \\$$| $$____");
65+
FPLog.LOG.info("| $$__ | $$__/ $$| $$ | \\| $$ \\");
66+
FPLog.LOG.info("| $$ \\ | $$ $$| $$ | $$| $$$$$$$\\");
67+
FPLog.LOG.info("| $$$$$ | $$$$$$$ | $$ | $$| $$ | $$");
68+
FPLog.LOG.info("| $$ | $$ | $$_____ | $$| $$__/ $$");
69+
FPLog.LOG.info("| $$ | $$ | $$ \\| $$| $$ $$");
70+
FPLog.LOG.info(" \\$$ \\$$ \\$$$$$$$$ \\$$ \\$$$$$$$");
71+
FPLog.LOG.info("");
72+
FPLog.LOG.info("");
5973
try {
6074
Class.forName("thermos.Thermos");
6175
loudWarning("Thermos is not officially supported by FalsePatternLib, or any of our other mods. " +

0 commit comments

Comments
 (0)