summaryrefslogtreecommitdiffstats
path: root/src/BiomeDef.h
diff options
context:
space:
mode:
authorJulian Laubstein <julianlaubstein@yahoo.de>2016-02-06 11:37:34 +0100
committerJulian Laubstein <julianlaubstein@yahoo.de>2016-02-06 11:37:34 +0100
commit6fdd7194c81be7234a126bdc3b48f0291fce3567 (patch)
tree7d5ac74b7385ce4ebf77588d80549c884c2b993c /src/BiomeDef.h
parentMerge pull request #2958 from LogicParrot/fence (diff)
parentBulk clearing of whitespace (diff)
downloadcuberite-6fdd7194c81be7234a126bdc3b48f0291fce3567.tar
cuberite-6fdd7194c81be7234a126bdc3b48f0291fce3567.tar.gz
cuberite-6fdd7194c81be7234a126bdc3b48f0291fce3567.tar.bz2
cuberite-6fdd7194c81be7234a126bdc3b48f0291fce3567.tar.lz
cuberite-6fdd7194c81be7234a126bdc3b48f0291fce3567.tar.xz
cuberite-6fdd7194c81be7234a126bdc3b48f0291fce3567.tar.zst
cuberite-6fdd7194c81be7234a126bdc3b48f0291fce3567.zip
Diffstat (limited to 'src/BiomeDef.h')
-rw-r--r--src/BiomeDef.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/BiomeDef.h b/src/BiomeDef.h
index 0fad23100..1c561bb8c 100644
--- a/src/BiomeDef.h
+++ b/src/BiomeDef.h
@@ -49,7 +49,7 @@ enum EMCSBiome
biExtremeHillsEdge = 20,
biJungle = 21,
biJungleHills = 22,
-
+
// Release 1.7 biomes:
biJungleEdge = 23,
biDeepOcean = 24,
@@ -68,14 +68,14 @@ enum EMCSBiome
biMesa = 37,
biMesaPlateauF = 38,
biMesaPlateau = 39,
-
+
// Automatically capture the maximum consecutive biome value into biMaxBiome:
biNumBiomes, // True number of biomes, since they are zero-based
biMaxBiome = biNumBiomes - 1, // The maximum biome value
-
+
// Add this number to the biomes to get the variant
biVariant = 128,
-
+
// Release 1.7 biome variants:
biFirstVariantBiome = 129,
biSunflowerPlains = 129,