mirror of
https://github.com/BentoBoxWorld/Boxed.git
synced 2024-11-14 10:16:03 +01:00
Do not check blocks when looking for a new island spot
This commit is contained in:
parent
ae02b7970a
commit
c483bd1766
@ -1622,4 +1622,10 @@ public class Settings implements WorldSettings {
|
||||
public void setSeed(long seed) {
|
||||
this.seed = seed;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isCheckForBlocks() {
|
||||
// Do not check for blocks when looking for a new island spot
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user