mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix progress issues with pregen headless world inits
This commit is contained in:
parent
87a84f02a3
commit
69127e6952
@ -97,7 +97,7 @@ public class IrisCreator {
|
||||
IrisDimension d = IrisToolbelt.getDimension(dimension());
|
||||
IrisAccess access = null;
|
||||
Consumer<Double> prog = (pxx) -> {
|
||||
double px = (headless && pregen != null) ? pxx / 2 : pxx;
|
||||
double px = pxx;
|
||||
|
||||
if (pregen != null && !headless) {
|
||||
px = (px / 2) + 0.5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user