[ci-skip] Reorder configs

This commit is contained in:
BillyGalbreath
2021-12-31 09:45:42 -06:00
parent 2e4174e033
commit 1c9c6b910a
180 changed files with 906 additions and 903 deletions

View File

@@ -40,10 +40,10 @@ index e054edf9e7c4eef231e155516433c6faeb2ca540..cf7bbe5516d9d1ae0115b3e03d54b932
+ // Purpur end
}
diff --git a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
index 2457bb0e46ccf80ca6f4b37bcbc609ae78043883..b22d1d0750b1e3972fe38a679b0dc7cdc5eaf28a 100644
index 9532ab3e75f67cc3b59d52c3b7b4a59414bc556a..9dd621c32bbacd213a04f1b7024c223a5755e807 100644
--- a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
+++ b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
@@ -510,6 +510,7 @@ public class PurpurWorldConfig {
@@ -544,6 +544,7 @@ public class PurpurWorldConfig {
public Map<Block, Waxable> axeWaxables = new HashMap<>();
public Map<Block, Weatherable> axeWeatherables = new HashMap<>();
public Map<Block, Tillable> hoeTillables = new HashMap<>();
@@ -51,11 +51,11 @@ index 2457bb0e46ccf80ca6f4b37bcbc609ae78043883..b22d1d0750b1e3972fe38a679b0dc7cd
private void toolSettings() {
axeStrippables.clear();
axeWaxables.clear();
@@ -651,6 +652,7 @@ public class PurpurWorldConfig {
@@ -685,6 +686,7 @@ public class PurpurWorldConfig {
});
hoeTillables.put(block, new Tillable(condition, into, drops));
});
+ hoeReplantsCrops = getBoolean("tools.hoe.replant-crops", hoeReplantsCrops);
}
public boolean useBetterMending = false;
public boolean anvilAllowColors = false;