diff options
author | D-Cysteine <54219287+D-Cysteine@users.noreply.github.com> | 2021-07-26 01:01:00 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 01:01:00 -0600 |
commit | 318d2753a34110d6edf6cfbd23711d799df4113e (patch) | |
tree | 42539b9e3e03dab2ff70ecc92d4b2087f57dbbc3 /src/main | |
parent | 1d17ee16bc8b25db8e693b51c6d283fd87f16df3 (diff) | |
download | GT5-Unofficial-318d2753a34110d6edf6cfbd23711d799df4113e.tar.gz GT5-Unofficial-318d2753a34110d6edf6cfbd23711d799df4113e.tar.bz2 GT5-Unofficial-318d2753a34110d6edf6cfbd23711d799df4113e.zip |
Fix comment
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/gregtech/loaders/materialprocessing/ProcessingConfig.java | 2 |
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; |