diff options
author | 12xx12 <12xx12100@gmail.com> | 2020-08-09 23:50:24 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2020-08-10 00:05:13 +0200 |
commit | ec3de19c4e0df620cba1d10036fcd472a4a5dc35 (patch) | |
tree | 9587a34c0076a9ab043bc0e0af89bf3e404e7662 /src/BiomeDef.h | |
parent | Fix enderchest placement rotation (diff) | |
download | cuberite-ec3de19c4e0df620cba1d10036fcd472a4a5dc35.tar cuberite-ec3de19c4e0df620cba1d10036fcd472a4a5dc35.tar.gz cuberite-ec3de19c4e0df620cba1d10036fcd472a4a5dc35.tar.bz2 cuberite-ec3de19c4e0df620cba1d10036fcd472a4a5dc35.tar.lz cuberite-ec3de19c4e0df620cba1d10036fcd472a4a5dc35.tar.xz cuberite-ec3de19c4e0df620cba1d10036fcd472a4a5dc35.tar.zst cuberite-ec3de19c4e0df620cba1d10036fcd472a4a5dc35.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BiomeDef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BiomeDef.h b/src/BiomeDef.h index 050c641d3..888e3bb19 100644 --- a/src/BiomeDef.h +++ b/src/BiomeDef.h @@ -151,7 +151,7 @@ extern bool IsBiomeVeryCold(EMCSBiome a_Biome); Doesn't report Very Cold biomes, use IsBiomeVeryCold() for those. */ extern bool IsBiomeCold(EMCSBiome a_Biome); -/** Returns true if the biome is a mountain type */ +/** Returns true if the biome is mountainous (mutations of the extreme hills biome) */ extern bool IsBiomeMountain(EMCSBiome a_Biome); /** Returns the height when a biome when a biome starts snowing. */ |