Some more quotes from DW's spotlight comments <3

This commit is contained in:
Ellpeck 2016-12-04 13:05:14 +01:00
parent c7697b5665
commit a24205542a

View file

@ -54,7 +54,17 @@ public class GuiMainPage extends GuiBooklet{
"Balanced mod wich makes things different - in a good way.@garantiertnicht", "Balanced mod wich makes things different - in a good way.@garantiertnicht",
"The mod everyone needs, but not everyone knows@Brewpl", "The mod everyone needs, but not everyone knows@Brewpl",
"The in-game documentation is the best Ive seen. I especially love the JEI integration. Even a derp like me can figure it out.@dannydjdk", "The in-game documentation is the best Ive seen. I especially love the JEI integration. Even a derp like me can figure it out.@dannydjdk",
"The second best mod I've ever used.@mmaas44" "The second best mod I've ever used.@mmaas44",
"The Fermenting Barrel is one of my favorite textures.@amadornes",
"Smiley Clouds is the reason for fascism in 2016.@raoulvdberge",
"The worms are an awesome idea!@greenking",
"Can I use that mod in my pack?@Ibraheem",
"Hello, love the mod.@SuntannedDuck2",
"Quick! Have all the fun before they nerf it!@JuddMan03",
"I have a feeling Actually Additions is also like Extra Utilities with Random things smashed together why is it...@lesslighter",
"Leaf eater... munchdew... hummm@EiOs",
"There is no such thing as canola seeds.@AlBoVa",
"This mod is cancer, BRUTAL EXPENSIVE POWER usage..Just, cancer.@KoJo"
}; };
private TexturedButton achievementButton; private TexturedButton achievementButton;
@ -205,6 +215,12 @@ public class GuiMainPage extends GuiBooklet{
else if(playerName.equalsIgnoreCase("mezz")){ else if(playerName.equalsIgnoreCase("mezz")){
versionStrg = "Just Enough Editions"; versionStrg = "Just Enough Editions";
} }
else if(playerName.equalsIgnoreCase("amadornes")){
versionStrg = "Beard's Edition";
}
else if(playerName.equalsIgnoreCase("raoulvdberge")){
versionStrg = "Giraffe's Edition";
}
else{ else{
versionStrg = StringUtil.localize("info."+ModUtil.MOD_ID+".booklet.edition")+" "+modVersion; versionStrg = StringUtil.localize("info."+ModUtil.MOD_ID+".booklet.edition")+" "+modVersion;
} }