Add option to send packets before relight
This commit is contained in:
parent
5e2d3b2523
commit
9d2e9212fa
@ -278,10 +278,9 @@ public class Settings extends Config {
|
||||
|
||||
public static class LIGHTING {
|
||||
@Comment({
|
||||
"If chunk lighting should be done asynchronously:",
|
||||
" - Async lighting is less intense, but more likely to glitch"
|
||||
"If packet sending should be delayed until relight is finished",
|
||||
})
|
||||
public static boolean ASYNC = true;
|
||||
public static boolean DELAY_PACKET_SENDING = true;
|
||||
@Comment({
|
||||
"The relighting mode to use:",
|
||||
" - 0 = None (Do no relighting)",
|
||||
|
Loading…
Reference in New Issue
Block a user