mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Everyone and their neighbor loves typos
This commit is contained in:
parent
f360fadd3f
commit
6f338c44c4
@ -497,7 +497,7 @@ public interface EngineParallaxManager extends DataProvider, IObjectPlacer {
|
|||||||
place(rng, x << 4, z << 4, i);
|
place(rng, x << 4, z << 4, i);
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
Iris.reportError(e);
|
Iris.reportError(e);
|
||||||
Iris.error("Failed to place objects in the following biome: " + biome.getName());
|
Iris.error("Failed to place objects in the following region: " + region.getName());
|
||||||
Iris.error("Object(s) " + i.getPlace().toString(", ") + " (" + e.getClass().getSimpleName() + ").");
|
Iris.error("Object(s) " + i.getPlace().toString(", ") + " (" + e.getClass().getSimpleName() + ").");
|
||||||
Iris.error("Are these objects missing?");
|
Iris.error("Are these objects missing?");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user