diff options
author | madmaxoft <github@xoft.cz> | 2013-08-16 10:48:19 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-16 10:48:30 +0200 |
commit | 0cb00996de574095fac49e181a11e6a766248743 (patch) | |
tree | d55b61dd2ca191bc44e11abe22100dacf62e9248 /source/ChunkDef.h | |
parent | Removed squirrel plugin remnants (diff) | |
download | cuberite-0cb00996de574095fac49e181a11e6a766248743.tar cuberite-0cb00996de574095fac49e181a11e6a766248743.tar.gz cuberite-0cb00996de574095fac49e181a11e6a766248743.tar.bz2 cuberite-0cb00996de574095fac49e181a11e6a766248743.tar.lz cuberite-0cb00996de574095fac49e181a11e6a766248743.tar.xz cuberite-0cb00996de574095fac49e181a11e6a766248743.tar.zst cuberite-0cb00996de574095fac49e181a11e6a766248743.zip |
Diffstat (limited to '')
-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, |