mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Ignore the setting lol not possible now
This commit is contained in:
parent
2a73524a19
commit
64d8f22757
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user