Update SafeBlockGetter for 1.18 world height
This commit is contained in:
parent
ca51ceba6a
commit
0aef731a79
|
|
@ -47,6 +47,16 @@ public class SafeBlockGetter implements BlockGetter {
|
||||||
return this.wrapped.getMaxLightLevel();
|
return this.wrapped.getMaxLightLevel();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getMinBuildHeight() {
|
||||||
|
return this.wrapped.getMinBuildHeight();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getHeight() {
|
||||||
|
return this.wrapped.getHeight();
|
||||||
|
}
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
@Override
|
@Override
|
||||||
public BlockEntity getBlockEntity(BlockPos pos) {
|
public BlockEntity getBlockEntity(BlockPos pos) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user