mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
yea
This commit is contained in:
parent
b8667c1e1e
commit
9b0cb9f45c
1 changed files with 5 additions and 1 deletions
|
@ -63,7 +63,8 @@ public class GuiMainPage extends GuiBooklet{
|
|||
"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"
|
||||
"This mod is cancer, BRUTAL EXPENSIVE POWER usage..Just, cancer.@KoJo",
|
||||
"Spaghetti is spaghetti, and noodles are noodles.@robsonld04"
|
||||
};
|
||||
|
||||
private TexturedButton achievementButton;
|
||||
|
@ -143,6 +144,9 @@ public class GuiMainPage extends GuiBooklet{
|
|||
else if(playerName.equalsIgnoreCase("themattabase")){
|
||||
this.bookletEdition = "Withered Edition";
|
||||
}
|
||||
else if(playerName.equalsIgnoreCase("robsonld04")){
|
||||
this.bookletEdition = "Modpack Edition";
|
||||
}
|
||||
else{
|
||||
if(Util.isDevVersion()){
|
||||
this.bookletEdition = "Dev's Edition";
|
||||
|
|
Loading…
Reference in a new issue