disable world gen progress display by default
This commit is contained in:
@@ -1333,7 +1333,7 @@ public class Config
|
||||
.build();
|
||||
|
||||
public static ConfigEntry<EDhApiDistantGeneratorProgressDisplayLocation> showGenerationProgress = new ConfigEntry.Builder<EDhApiDistantGeneratorProgressDisplayLocation>()
|
||||
.set(EDhApiDistantGeneratorProgressDisplayLocation.OVERLAY)
|
||||
.set(EDhApiDistantGeneratorProgressDisplayLocation.DISABLED)
|
||||
.comment(""
|
||||
+ "How should distant generator progress be displayed? \n"
|
||||
+ "\n"
|
||||
|
||||
Reference in New Issue
Block a user