9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2026-01-04 15:41:31 +00:00

Renewable deepslate (#29)

This commit is contained in:
violetc
2024-01-22 11:16:45 +08:00
parent 60042fa170
commit acc7bf5695
2 changed files with 37 additions and 2 deletions

View File

@@ -78,10 +78,10 @@ index dd95c9d931da5ee2cb3e620c71cc90d178c51fbc..d1ebe4f340c53f987a42fffcc462f2ea
.withRequiredArg()
diff --git a/src/main/java/top/leavesmc/leaves/LeavesConfig.java b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
new file mode 100644
index 0000000000000000000000000000000000000000..863396656580481e8ed3dfaa0f5b7044e652ea96
index 0000000000000000000000000000000000000000..9b558395d65921b097fd1ab6230496c93f6c97c3
--- /dev/null
+++ b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
@@ -0,0 +1,870 @@
@@ -0,0 +1,873 @@
+package top.leavesmc.leaves;
+
+import com.destroystokyo.paper.util.SneakyThrow;
@@ -543,6 +543,9 @@ index 0000000000000000000000000000000000000000..863396656580481e8ed3dfaa0f5b7044
+ }
+ }
+
+ @GlobalConfig(name = "renewable-deepslate", category = "modify")
+ public static boolean renewableDeepslate = false;
+
+ // Leaves start - modify - removed
+
+ @RemovedConfig