mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-04 00:46:08 +00:00
Resolved #897: Adjusted Y-Offset
This commit is contained in:
parent
119563c553
commit
493f8e0cc0
@ -513,7 +513,7 @@ public interface Engine extends DataProvider, Fallible, LootProvider, BlockUpdat
|
|||||||
|
|
||||||
@BlockCoordinates
|
@BlockCoordinates
|
||||||
default IrisBiome getBiome(Location l) {
|
default IrisBiome getBiome(Location l) {
|
||||||
return getBiome(l.getBlockX(), l.getBlockY(), l.getBlockZ());
|
return getBiome(l.getBlockX(), l.getBlockY() - getWorld().minHeight() , l.getBlockZ());
|
||||||
}
|
}
|
||||||
|
|
||||||
@BlockCoordinates
|
@BlockCoordinates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user