mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Fix a biome bug issue
This commit is contained in:
parent
ebb1aaeefd
commit
c424ea52fa
@ -121,7 +121,7 @@ public class BoardSVC implements IrisService, BoardProvider {
|
|||||||
|
|
||||||
Engine engine = IrisToolbelt.access(player.getWorld()).getEngine();
|
Engine engine = IrisToolbelt.access(player.getWorld()).getEngine();
|
||||||
int x = player.getLocation().getBlockX();
|
int x = player.getLocation().getBlockX();
|
||||||
int y = player.getLocation().getBlockY();
|
int y = player.getLocation().getBlockY() - player.getWorld().getMinHeight();
|
||||||
int z = player.getLocation().getBlockZ();
|
int z = player.getLocation().getBlockZ();
|
||||||
|
|
||||||
lines.add("&7&m ");
|
lines.add("&7&m ");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user