Ignore the setting lol not possible now

This commit is contained in:
cyberpwn 2022-01-12 08:38:34 -05:00
parent 2a73524a19
commit 64d8f22757

View File

@ -232,12 +232,14 @@ public class IrisDimension extends IrisRegistrant {
public int getMaxHeight()
{
return (int) getDimensionHeight().getMax();
return 320;
// return (int) getDimensionHeight().getMax();
}
public int getMinHeight()
{
return (int) getDimensionHeight().getMin();
return -64;
// return (int) getDimensionHeight().getMin();
}
public BlockData generateOres(int x, int y, int z, RNG rng, IrisData data) {