File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/main/java/com/falsepattern/lib/internal/asm Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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. " +
You can’t perform that action at this time.
0 commit comments