Fixes
This commit is contained in:
parent
7c6da348ef
commit
a3fada3068
4 changed files with 13 additions and 2 deletions
|
@ -47,6 +47,7 @@ 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