diff options
Diffstat (limited to 'source/ChunkDef.h')
-rw-r--r-- | source/ChunkDef.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/ChunkDef.h b/source/ChunkDef.h index 3e78b59b1..4cc2d15b0 100644 --- a/source/ChunkDef.h +++ b/source/ChunkDef.h @@ -76,7 +76,8 @@ enum EMCSBiome biRiver = 7, biHell = 8, // same as Nether biNether = 8, - biSky = 9, + biSky = 9, // same as biEnd + biEnd = 9, biFrozenOcean = 10, biFrozenRiver = 11, biIcePlains = 12, |