aboutsummaryrefslogtreecommitdiff
path: root/main/java
diff options
context:
space:
mode:
authorBlood-Asp <bloodasphendrik@gmail.com>2015-10-18 17:29:22 +0200
committerBlood-Asp <bloodasphendrik@gmail.com>2015-10-18 17:29:22 +0200
commit197225027a3d3b08fa80ec1853a4d4b0a36fa506 (patch)
tree3fc84b12ce5ad1f1e9e309f51273e1a181c2ae76 /main/java
parent513c6606f21fc724956fc1b5b9e3ecd687ef9ff0 (diff)
parent836aac1d1a39d1fbea715a5b0621a98fc7fcf995 (diff)
downloadGT5-Unofficial-197225027a3d3b08fa80ec1853a4d4b0a36fa506.tar.gz
GT5-Unofficial-197225027a3d3b08fa80ec1853a4d4b0a36fa506.tar.bz2
GT5-Unofficial-197225027a3d3b08fa80ec1853a4d4b0a36fa506.zip
Merge pull request #231 from ShawnBuckley/ore-logger
Update ore dictionary logger header language
Diffstat (limited to 'main/java')
-rw-r--r--main/java/gregtech/GT_Mod.java24
1 files changed, 6 insertions, 18 deletions
diff --git a/main/java/gregtech/GT_Mod.java b/main/java/gregtech/GT_Mod.java
index 9dca7996fc..6579445ba7 100644
--- a/main/java/gregtech/GT_Mod.java
+++ b/main/java/gregtech/GT_Mod.java
@@ -235,18 +235,12 @@ public class GT_Mod
try
{
List<String> tList = ((GT_Log.LogBuffer)GT_Log.ore).mBufferedOreDictLog;
- GT_Log.ore = new PrintStream(GT_Log.mOreDictLogFile);
- GT_Log.ore.println("**********************************************************************");
- GT_Log.ore.println("* This is the complete Log of the GregTech OreDictionary Handler *");
- GT_Log.ore.println("* Everything in the OreDict goes through it sometimes causing Errors *");
- GT_Log.ore.println("* These Errors are getting logged aswell as properly registered Ores *");
- GT_Log.ore.println("* If you see something fishy going on in this Log, such as improper *");
- GT_Log.ore.println("* Items being registered, then mention it to the corresponding Mod *");
- GT_Log.ore.println("* In case it mentions GregTech itself improperly registering Stuff *");
- GT_Log.ore.println("* then please contact me about that immediatly *");
- GT_Log.ore.println("* *");
- GT_Log.ore.println("* In case of something being 'ignored properly', that one isnt a Bug *");
- GT_Log.ore.println("**********************************************************************");
+ GT_Log.ore.println("******************************************************************************");
+ GT_Log.ore.println("* This is the complete log of the GT5-Unofficial OreDictionary Handler. It *");
+ GT_Log.ore.println("* processes all OreDictionary entries and can sometimes cause errors. All *");
+ GT_Log.ore.println("* entries and errors are being logged. If you see an error please raise an *");
+ GT_Log.ore.println("* issue at https://github.com/Blood-Asp/GT5-Unofficial. *");
+ GT_Log.ore.println("******************************************************************************");
String tString;
for (Iterator i$ = tList.iterator(); i$.hasNext(); GT_Log.ore.println(tString)) {
tString = (String)i$.next();
@@ -1111,9 +1105,3 @@ public void onIDChangingEvent(FMLModIdMappingEvent aEvent)
gregtechproxy.doSonictronSound(aStack, aWorld, aX, aY, aZ);
}
}
-
-
-/* Location: F:\Torrent\minecraft\jd-gui-0.3.6.windows\gregtech_1.7.10-5.07.07-dev.jar
- * Qualified Name: gregtech.GT_Mod
- * JD-Core Version: 0.7.0.1
- */ \ No newline at end of file