aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/gregtech/loaders/materialprocessing/ProcessingConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/materialprocessing/ProcessingConfig.java b/src/main/java/gregtech/loaders/materialprocessing/ProcessingConfig.java
index 29d4fe376c..5a87070236 100644
--- a/src/main/java/gregtech/loaders/materialprocessing/ProcessingConfig.java
+++ b/src/main/java/gregtech/loaders/materialprocessing/ProcessingConfig.java
@@ -15,7 +15,7 @@ public class ProcessingConfig implements gregtech.api.interfaces.IMaterialHandle
@Override
public void onMaterialsInit() {
/** This is just left here as an example of how to add new materials. **/
- // If you uncomment this, these custom ores will get added to the Deep Dark void miner ore list and cause bugged ores to be generated!
+ // If you uncomment this, these custom materials will get added to the Deep Dark void miner ore list and cause bugged ores to be generated!
// See: com.dreammaster.bartworksHandler.VoidMinerLoader
/*
int i = 0;