Lang update

This commit is contained in:
paulevsGitch 2021-03-12 20:32:08 +03:00
parent aae1ac54d5
commit e71caa23f1
3 changed files with 15 additions and 2 deletions

View file

@ -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;
}