mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-16 22:01:07 +00:00
remove assumption that world starts at Y=0
This commit is contained in:
@@ -92,6 +92,11 @@ public class DirectWorld implements World {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMinHeight() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getHandle() {
|
||||
return generator;
|
||||
|
||||
Reference in New Issue
Block a user