9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-30 12:29:18 +00:00

Copper Bulb 1 gt delay

This commit is contained in:
violetc
2023-12-12 12:12:31 +08:00
parent ee01724616
commit 6650bccd95
14 changed files with 77 additions and 14 deletions

View File

@@ -131,10 +131,10 @@ index e815dc2a36343925150c3bcb3a0ef6fded1bc955..afe922d39eeacc7916862a3287a9e97e
.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..e2b4cdf549f66ccc243442a239b3a94ed1429cd0
index 0000000000000000000000000000000000000000..bb6a781eee54f7d4906c211d5af98921225436e9
--- /dev/null
+++ b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
@@ -0,0 +1,1049 @@
@@ -0,0 +1,1054 @@
+package top.leavesmc.leaves;
+
+import com.destroystokyo.paper.util.SneakyThrow;
@@ -1009,6 +1009,11 @@ index 0000000000000000000000000000000000000000..e2b4cdf549f66ccc243442a239b3a94e
+ armorStandCantKillByMobProjectile = getBoolean("settings.modify.minecraft-old.armor-stand-cant-kill-by-mob-projectile", armorStandCantKillByMobProjectile);
+ }
+
+ public static boolean copperBulb1gt = false;
+ private static void copperBulb1gt() {
+ copperBulb1gt = getBoolean("settings.modify.minecraft-old.copper-bulb-1gt-delay", copperBulb1gt);
+ }
+
+ public static final class WorldConfig {
+
+ public final String worldName;