mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-19 09:27:43 +01:00
Add configuration setting to re-add End void rings (#1656)
Co-authored-by: granny <granny@purpurmc.org>
This commit is contained in:
@@ -610,4 +610,9 @@ public class PurpurConfig {
|
||||
startupCommands.add(command);
|
||||
});
|
||||
}
|
||||
|
||||
public static boolean generateEndVoidRings = false;
|
||||
private static void generateEndVoidRings() {
|
||||
generateEndVoidRings = getBoolean("settings.generate-end-void-rings", generateEndVoidRings);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user