Sound fade
This commit is contained in:
parent
d6d78925b7
commit
6362c2f85a
6 changed files with 128 additions and 25 deletions
|
@ -47,7 +47,6 @@ public class TranslationHelper {
|
|||
EndBiomes.getModBiomes().forEach((endBiome) -> {
|
||||
if (endBiome.getID().getNamespace().equals(BetterEnd.MOD_ID)) {
|
||||
String name = "biome." + BetterEnd.MOD_ID + "." + endBiome.getID().getPath();
|
||||
System.out.println(name);
|
||||
if (!translationEn.has(name)) {
|
||||
missingNamesEn.add(name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue