Engine support headless

This commit is contained in:
Daniel Mills 2021-07-18 18:55:40 -04:00
parent a5ea58dbf7
commit 35106f5e67

View File

@ -88,7 +88,7 @@ public class IrisEngine extends BlockPopulator implements Engine {
private double maxBiomeDecoratorDensity;
public IrisEngine(EngineTarget target, EngineCompound compound, int index) {
Iris.info("Initializing Engine: " + target.getWorld().getName() + "/" + target.getDimension().getLoadKey() + " (" + target.getHeight() + " height)");
Iris.info("Initializing Engine: " + target.getWorld().name() + "/" + target.getDimension().getLoadKey() + " (" + target.getHeight() + " height)");
metrics = new EngineMetrics(32);
this.target = target;
this.framework = new IrisEngineFramework(this);