Fixes #373
This commit is contained in:
parent
08586dc022
commit
a8e18b885f
@ -231,7 +231,7 @@ public class AsyncWorld extends DelegateFaweQueue implements World, HasFaweQueue
|
|||||||
@Override
|
@Override
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public int getBlockTypeIdAt(int x, int y, int z) {
|
public int getBlockTypeIdAt(int x, int y, int z) {
|
||||||
return queue.getCombinedId4Data(x, y, z, 0) >> 4;
|
return queue.getCombinedId4Data(x, y & 0xFF, z, 0) >> 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user