mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-14 12:51:20 +00:00
add 2d biomes support
This commit is contained in:
@@ -21,4 +21,7 @@ public interface Generator {
|
||||
*/
|
||||
Palette<BlockData> getPalette(int y);
|
||||
|
||||
boolean is2d();
|
||||
|
||||
double get2dBase();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user