mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 06:11: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());
|
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());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user