Offset generation bounds by teleportation scale

This commit is contained in:
s809
2025-02-26 22:13:04 +05:00
parent dddb0be2ac
commit 85f16944b2
2 changed files with 5 additions and 1 deletions
@@ -93,6 +93,10 @@ public class DimensionTypeWrapper implements IDimensionTypeWrapper
@Override
public boolean isTheEnd() { return this.getName().equalsIgnoreCase("the_end"); }
@Override
public double getCoordinateScale() { return this.dimensionType.coordinateScale(); }
//================//