Add a fix for dimensions that have a ceiling.
This commit is contained in:
parent
08b458281b
commit
dcd501062d
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ public class RTP
|
|||
private Thread containingThread;
|
||||
private Heightmap.Types heightMapType;
|
||||
public WorldPosition position;
|
||||
private List<Block> BLACKLIST = Lists.of(Blocks.LAVA, Blocks.WATER);
|
||||
private List<Block> BLACKLIST = Lists.of(Blocks.LAVA, Blocks.WATER, Blocks.BEDROCK);
|
||||
protected int tries;
|
||||
protected int lastThreadDelay = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue