From ca6ef58b1ee8521e4b940ee4883dee714960e413 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Fri, 5 Feb 2016 23:45:45 +0200 Subject: Bulk clearing of whitespace --- src/BiomeDef.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/BiomeDef.h') 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, -- cgit v1.2.3