add 2d biomes support

This commit is contained in:
dfsek
2021-01-02 20:19:08 -07:00
parent de9eb26ebc
commit a785d7b892
7 changed files with 86 additions and 15 deletions
@@ -21,4 +21,7 @@ public interface Generator {
*/
Palette<BlockData> getPalette(int y);
boolean is2d();
double get2dBase();
}