mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 01:47:42 +01:00
Tell players about running with scissors
This commit is contained in:
@@ -27,10 +27,10 @@ index 6cd66a4edbe2010d2a34506baf1ba6fe3de38bb9..f3e67330c01f6a867ccd4e024a6695d9
|
||||
|
||||
updated.put(entry.getKey(), new StructureFeatureConfiguration(feature.spacing(), feature.separation(), seed));
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index fb2e07475386a8af27618b597bd8573244e30a4a..a81d328e209c8161446b94dd2e78197a4c6a891f 100644
|
||||
index 64a719cce811d63f84d5ba5c67549c8caba6ede1..a9675c496dd5f1abc695370a822b8a3e025f8f83 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -243,6 +243,9 @@ public class PurpurConfig {
|
||||
@@ -245,6 +245,9 @@ public class PurpurConfig {
|
||||
public static int seedFeatureVegetationPatch = -1;
|
||||
public static int seedFeatureWaterloggedVegetationPatch = -1;
|
||||
public static int seedFeatureWeepingVines = -1;
|
||||
@@ -40,7 +40,7 @@ index fb2e07475386a8af27618b597bd8573244e30a4a..a81d328e209c8161446b94dd2e78197a
|
||||
private static void seedSettings() {
|
||||
if (version < 14) {
|
||||
int oldValue = getInt("settings.seed.dungeon", -1);
|
||||
@@ -308,6 +311,9 @@ public class PurpurConfig {
|
||||
@@ -310,6 +313,9 @@ public class PurpurConfig {
|
||||
seedFeatureVegetationPatch = getInt("settings.seed.feature.vegetation_patch", seedFeatureVegetationPatch);
|
||||
seedFeatureWaterloggedVegetationPatch = getInt("settings.seed.feature.waterlogged_vegetation_patch", seedFeatureWaterloggedVegetationPatch);
|
||||
seedFeatureWeepingVines = getInt("settings.seed.feature.weeping_vines", seedFeatureWeepingVines);
|
||||
|
||||
Reference in New Issue
Block a user