Skip to content

Commit

Permalink
Added some TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDarkDnKTv committed Aug 22, 2020
1 parent 1a6aa1a commit 0260cdb
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ public void playerLoggedIn(ServerConnectionFromClientEvent event) {
EntityPlayerMP aPlayer = handler.playerEntity;
if (aPlayer == null) return;
String aUserName = aPlayer.getDisplayName();
if (!GT_Mod.mAlreadyPlayed || aUserName.equalsIgnoreCase("richardg867") || aUserName.equalsIgnoreCase("The_DnK")) {
if (!GT_Mod.mAlreadyPlayed || aUserName.equalsIgnoreCase("richardg867")) {
handler.sendPacket(new S02PacketChat(new ChatComponentText("GregTech is known for massivly changing the Tech Tree of modded Minecraft. Please make sure to look up Recipes via NEI (you will definetly need NEI), before complaining about missing Recipes. I needed to change some Recipes to prevent exploits and to improve the Tech Tree, even for regular unmodded Minecraft Recipes. Most of them are Configurable, so don't complain.")));
handler.sendPacket(new S02PacketChat(new ChatComponentText("~ Gregorius Techneticies")));
if (aUserName.equalsIgnoreCase("richardg867")) {
handler.sendPacket(new S02PacketChat(new ChatComponentText("Is that enough of a disclaimer for you RichardG?")));
}

GT_Mod.mAlreadyPlayed = true;
}
if (GT_Mod.sMessage != null && GT_Mod.sMessage.length() > 5 && GregTech_API.sSpecialFile.get(GT_ConfigCategories.news, GT_Mod.sMessage, true)) {
handler.sendPacket(new S02PacketChat(new ChatComponentText(GT_Mod.sMessage)));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Alloy Smelter";
return "Alloy Smelter"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Assembling Machine";
return "Assembling Machine"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Plate Bending Machine";
return "Plate Bending Machine"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Industrial Blast Furnace";
return "Industrial Blast Furnace"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Automatic Canning Machine";
return "Automatic Canning Machine"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Industrial Centrifuge";
return "Industrial Centrifuge"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Chemical Reactor";
return "Chemical Reactor"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Plate Cutting Machine";
return "Plate Cutting Machine"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Distillation Tower";
return "Distillation Tower"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Industrial Electrolyzer";
return "Industrial Electrolyzer"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void loadTransferRects() {
}

public String getRecipeName() {
return "Extruder";
return "Extruder"; // TODO Locale
}

public String getRecipeId() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Fusion Reactor";
return "Fusion Reactor"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public void loadTransferRects() {
}

@Override
public String getRecipeName() {
return "Industrial Grinder";
public String getRecipeName() {
return "Industrial Grinder"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Implosion Compressor";
return "Implosion Compressor"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Lathe";
return "Lathe"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Industrial Sawmill";
return "Industrial Sawmill"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Vacuum Freezer";
return "Vacuum Freezer"; // TODO Locale
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void loadTransferRects() {

@Override
public String getRecipeName() {
return "Wiremill";
return "Wiremill"; // TODO Locale
}

@Override
Expand Down

0 comments on commit 0260cdb

Please sign in to comment.