mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Hi-lo biome exceptions now throw
This commit is contained in:
parent
6dd196a7a6
commit
fd8077a5cd
@ -311,6 +311,7 @@ public class IrisComplex implements DataProvider {
|
|||||||
|
|
||||||
return bx.getGenLinkMax(gen.getLoadKey());
|
return bx.getGenLinkMax(gen.getLoadKey());
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
|
e.printStackTrace();
|
||||||
Iris.warn("Failed to sample hi biome at " + xx + " " + zz + " using the generator " + gen.getLoadKey());
|
Iris.warn("Failed to sample hi biome at " + xx + " " + zz + " using the generator " + gen.getLoadKey());
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -324,6 +325,7 @@ public class IrisComplex implements DataProvider {
|
|||||||
|
|
||||||
return bx.getGenLinkMin(gen.getLoadKey());
|
return bx.getGenLinkMin(gen.getLoadKey());
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
|
e.printStackTrace();
|
||||||
Iris.warn("Failed to sample lo biome at " + xx + " " + zz + " using the generator " + gen.getLoadKey());
|
Iris.warn("Failed to sample lo biome at " + xx + " " + zz + " using the generator " + gen.getLoadKey());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user