mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Reduce studio world pregen size and increase update frequency
This commit is contained in:
parent
ac03b9f539
commit
2643eb2e37
@ -131,7 +131,7 @@ public class IrisProject
|
|||||||
J.a(() ->
|
J.a(() ->
|
||||||
{
|
{
|
||||||
double last = 0;
|
double last = 0;
|
||||||
int req = 740;
|
int req = 300;
|
||||||
double lpc = 0;
|
double lpc = 0;
|
||||||
boolean fc = false;
|
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)")));
|
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())
|
if(gx.isFailing())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user