Lang update
This commit is contained in:
parent
aae1ac54d5
commit
e71caa23f1
3 changed files with 15 additions and 2 deletions
|
@ -415,6 +415,7 @@ public class EndBiomes {
|
|||
List<EndBiome> result = Lists.newArrayList();
|
||||
result.addAll(EndBiomes.LAND_BIOMES.getBiomes());
|
||||
result.addAll(EndBiomes.VOID_BIOMES.getBiomes());
|
||||
result.addAll(EndBiomes.CAVE_BIOMES.getBiomes());
|
||||
result.addAll(SUBBIOMES);
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue