diff options
author | Mattes D <github@xoft.cz> | 2014-06-07 16:41:18 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-06-07 16:41:18 +0200 |
commit | 9ccdceaadf7aaf62d64d8d3406c46e71ef069210 (patch) | |
tree | 47148845f68e73b020c0757f6b60b7e36e5365e9 | |
parent | docs/Generator: Added the easy Finishers. (diff) | |
download | cuberite-9ccdceaadf7aaf62d64d8d3406c46e71ef069210.tar cuberite-9ccdceaadf7aaf62d64d8d3406c46e71ef069210.tar.gz cuberite-9ccdceaadf7aaf62d64d8d3406c46e71ef069210.tar.bz2 cuberite-9ccdceaadf7aaf62d64d8d3406c46e71ef069210.tar.lz cuberite-9ccdceaadf7aaf62d64d8d3406c46e71ef069210.tar.xz cuberite-9ccdceaadf7aaf62d64d8d3406c46e71ef069210.tar.zst cuberite-9ccdceaadf7aaf62d64d8d3406c46e71ef069210.zip |
Diffstat (limited to '')
-rw-r--r-- | docs/Generator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Generator.html b/docs/Generator.html index 3a7c57697..0fbc2f436 100644 --- a/docs/Generator.html +++ b/docs/Generator.html @@ -417,8 +417,8 @@ way.</p> <h3>Snow</h3> <p>Snow is probably the easiest of the finishers. It generates a block of snow on top of each block that is on top of the terrain and is not marked as non-snowable. It checks the chunk's heightmap to determine the top -block, then checks whether the block supports snow on its top. Rails, levers and grass don't support snow, -for example.</p> +block, then checks whether the block supports snow on its top. Rails, levers and tall grass don't support +snow, for example.</p> <h3>Ice</h3> <p>Another example of an easy finisher. This scans through the world and turn each water block on the surface |