mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-19 17:37:42 +01:00
Add hoe tilling options
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 8b1372d5d5eb4477f60891233b0f0a7b729bcc47..09db8d27331a4db0e28e220720d80b3f94050a7f 100644
|
||||
index 2f829dcc2b21c6283d07b69d3d3b86ec5fd12b0b..9592a9e6743e7fe0250de16680dd0d3e2e5e7776 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -219,6 +219,9 @@ public class PurpurConfig {
|
||||
@@ -243,6 +243,9 @@ public class PurpurConfig {
|
||||
public static int seedFeatureVegetationPatch = -1;
|
||||
public static int seedFeatureWaterloggedVegetationPatch = -1;
|
||||
public static int seedFeatureWeepingVines = -1;
|
||||
@@ -40,7 +40,7 @@ index 8b1372d5d5eb4477f60891233b0f0a7b729bcc47..09db8d27331a4db0e28e220720d80b3f
|
||||
private static void seedSettings() {
|
||||
if (version < 14) {
|
||||
int oldValue = getInt("settings.seed.dungeon", -1);
|
||||
@@ -284,6 +287,9 @@ public class PurpurConfig {
|
||||
@@ -308,6 +311,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