fix: flat world
This commit is contained in:
@@ -38,4 +38,9 @@ public class FlatWorld implements World {
|
|||||||
public void setChunk(int x, int y, int z, Chunk chunk) {
|
public void setChunk(int x, int y, int z, Chunk chunk) {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public long getSeed() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user