Implement slant palettes

This commit is contained in:
dfsek
2020-11-10 23:20:34 -07:00
parent 9ecefb754c
commit d75cd81408
5 changed files with 77 additions and 39 deletions

View File

@@ -27,7 +27,7 @@ public enum FailType {
},
/**
* Returns null, hard crashing the server, but not generating any corrupted terrain.<br>
* This option is <br>NOT</br> stable, but it has the least risk of blank chunks being generated.
* This option is <b>NOT</b> stable, but it has the least risk of blank chunks being generated.
* However, it has the highest risk of corruption!
*/
CRASH {