Everyone and their neighbor loves typos

This commit is contained in:
StrangeOne101 2021-07-25 01:34:28 +12:00
parent f360fadd3f
commit 6f338c44c4

View File

@ -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();