For sake of allowing v5 -> v6

This commit is contained in:
dordsor21 2020-09-25 20:08:28 +01:00
parent e974fe5dc7
commit f80e8c8d11
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -549,6 +549,10 @@ public class Settings extends Config {
" - 2 - Only execute lighting where blocks with light values are placed or removed/replaced",
" - 3 - Always execute lighting (slowest)"})
public static int LIGHTING_MODE = 0;
@Comment(
"For sake of allowing v5 -> v6"
)
public static int TARGET_TIME = 30;
}
@Comment("Settings related to tab completion")