mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 09:57:43 +01:00
Add seed configs for all world gen features that use random
This commit is contained in:
@@ -29,7 +29,7 @@ index 177c61a306b9e07eb7aabbac664616cc23bfef5b..4775d9feb52dc899a30d34cdc0ab8414
|
||||
if (scoreboardteambase.getDeathMessageVisibility() == Team.Visibility.HIDE_FOR_OTHER_TEAMS) {
|
||||
this.server.getPlayerList().broadcastToTeam((Player) this, ichatbasecomponent);
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index d162f001593e284cf94e3f5f5c2800a91b185a72..6da70ade62affe4c3b4c6d34b61af487bc3e2c6a 100644
|
||||
index 324346d34ea7decb94700189b5e0231ca92f3d61..045856a67bde9eba5a1cce960b9e93e1bb5b76bb 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -150,6 +150,18 @@ public class PurpurConfig {
|
||||
@@ -48,6 +48,6 @@ index d162f001593e284cf94e3f5f5c2800a91b185a72..6da70ade62affe4c3b4c6d34b61af487
|
||||
+ deathMessageOnlyBroadcastToAffectedPlayer = getBoolean("settings.broadcasts.death.only-broadcast-to-affected-player", deathMessageOnlyBroadcastToAffectedPlayer);
|
||||
+ }
|
||||
+
|
||||
public static int dungeonSeed = -1;
|
||||
public static int endSpikeSeed = -1;
|
||||
public static int geodeSeed = -1;
|
||||
public static int seedFeatureBamboo = -1;
|
||||
public static int seedFeatureBasaltColumns = -1;
|
||||
public static int seedFeatureBasaltPillar = -1;
|
||||
|
||||
Reference in New Issue
Block a user