Reduce studio world pregen size and increase update frequency

This commit is contained in:
CocoTheOwner 2021-03-07 11:01:41 +01:00
parent ac03b9f539
commit 2643eb2e37

View File

@ -131,7 +131,7 @@ public class IrisProject
J.a(() ->
{
double last = 0;
int req = 740;
int req = 300;
double lpc = 0;
boolean fc = false;
@ -159,7 +159,7 @@ public class IrisProject
sender.sendMessage(C.WHITE + "Generating " + Form.pc(v) + (derp ? (C.GRAY + " (Waiting on Server...)") : (C.GRAY + " (" + (req - gx.getGenerated()) + " Left)")));
}
J.sleep(3000);
J.sleep(1500);
if(gx.isFailing())
{