mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +00:00
Everyone and their neighbor loves typos
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user