Fix a biome bug issue

This commit is contained in:
cyberpwn 2022-01-14 08:14:21 -05:00
parent ebb1aaeefd
commit c424ea52fa

View File

@ -121,7 +121,7 @@ public class BoardSVC implements IrisService, BoardProvider {
Engine engine = IrisToolbelt.access(player.getWorld()).getEngine();
int x = player.getLocation().getBlockX();
int y = player.getLocation().getBlockY();
int y = player.getLocation().getBlockY() - player.getWorld().getMinHeight();
int z = player.getLocation().getBlockZ();
lines.add("&7&m ");