mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 02:59:06 +00:00
Hi-lo biome exceptions now throw
This commit is contained in:
@@ -311,6 +311,7 @@ public class IrisComplex implements DataProvider {
|
||||
|
||||
return bx.getGenLinkMax(gen.getLoadKey());
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
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());
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
Iris.warn("Failed to sample lo biome at " + xx + " " + zz + " using the generator " + gen.getLoadKey());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user