mirror of
https://github.com/BentoBoxWorld/Boxed.git
synced 2024-12-03 13:23:32 +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) {
|
public void setSeed(long seed) {
|
||||||
this.seed = 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