blob: dc082d702dc1c2c94c0031042d8070ae1e4d785d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#pragma once
#include "Biome.h"
#include "ForestBiome.h"
#include "HellBiome.h"
#include "RainforestBiome.h"
#include "IceBiome.h"
#include "MushroomIslandBiome.h"
#include "TheEndBiome.h"
#include "TheEndBiomeDecorator.h"
#include "WaterlilyFeature.h"
#include "SwampBiome.h"
#include "TaigaBiome.h"
#include "LevelSource.h"
#include "BiomeSource.h"
#include "FixedBiomeSource.h"
// 1.8.2
#include "BiomeCache.h"
#include "BiomeDecorator.h"
#include "DesertBiome.h"
#include "ExtremeHillsBiome.h"
#include "OceanBiome.h"
#include "PlainsBiome.h"
#include "RiverBiome.h"
// 1.1
#include "BeachBiome.h"
//1.2.3
#include "JungleBiome.h"
|