help i cannot math into number
This commit is contained in:
parent
796be3da79
commit
315c1bf63c
@ -128,7 +128,7 @@ public final class CachedChunk implements IBlockTypeAccess {
|
||||
return state;
|
||||
}
|
||||
PathingBlockType type = getType(x, y, z);
|
||||
if (type == PathingBlockType.SOLID && y == 128 && mc.player.dimension == -1) {
|
||||
if (type == PathingBlockType.SOLID && y == 127 && mc.player.dimension == -1) {
|
||||
return Blocks.BEDROCK.getDefaultState();
|
||||
}
|
||||
return ChunkPacker.pathingTypeToBlock(type);
|
||||
|
Loading…
Reference in New Issue
Block a user