Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Add more splash messages! #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion src/main/java/com/thebrokenrail/jmcpil/util/Splash.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,31 @@ public class Splash {
"Made By Notch!",
"Open-Source!",
"FREE!",
"RIP MCPIL-Legacy, 2020-2020"
"RIP MCPIL-Legacy, 2020-2020",
"Awesome Community!",
"Awesome!",
"Minecraft!",
"Now in 3D!",
"Pretty!",
"Singleplayer!",
"Survive!",
"Try it!",
"你好中国",
"한국 안녕하세요!",
"日本ハロー!",
"Привет Россия!",
"Γεια σου Ελλάδα!",
"Water proof!",
"Supercalifragilisticexpialidocious!",
"Pixels!",
"Now With Multiplayer!",
"Keyboard compatible!",
"Exploding creepers!",
"Enhanced!",
"Don't look directly at the bugs!",
"Fantasy!",
"Create!",
"Casual gaming!"
};

/**
Expand Down