mirror of
https://github.com/Samsuik/Sakura.git
synced 2025-12-29 19:59:08 +00:00
Configure fluid breaking redstone
This commit is contained in:
@@ -621,10 +621,10 @@ index 0000000000000000000000000000000000000000..5fc23a0b579d7cbe03baf5324bef887a
|
||||
+}
|
||||
diff --git a/src/main/java/me/samsuik/sakura/configuration/WorldConfiguration.java b/src/main/java/me/samsuik/sakura/configuration/WorldConfiguration.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..8edf0dd545b0664a8ae0079be7d92678f95374d0
|
||||
index 0000000000000000000000000000000000000000..d2549a7907d341bbc7a9a317aa13f2df1a369870
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/me/samsuik/sakura/configuration/WorldConfiguration.java
|
||||
@@ -0,0 +1,164 @@
|
||||
@@ -0,0 +1,168 @@
|
||||
+package me.samsuik.sakura.configuration;
|
||||
+
|
||||
+import com.mojang.logging.LogUtils;
|
||||
@@ -732,9 +732,13 @@ index 0000000000000000000000000000000000000000..8edf0dd545b0664a8ae0079be7d92678
|
||||
+
|
||||
+ public Technical technical;
|
||||
+ public class Technical extends ConfigurationPart {
|
||||
+ @NestedSetting({"redstone", "redstone-cache"})
|
||||
+ public boolean redstoneCache = false;
|
||||
+ public boolean dispenserRandomItemSelection = true;
|
||||
+
|
||||
+ public Redstone redstone = new Redstone();
|
||||
+ public class Redstone extends ConfigurationPart {
|
||||
+ public boolean redstoneCache = false;
|
||||
+ public boolean fluidsBreakRedstone = true;
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+ public Players players;
|
||||
|
||||
Reference in New Issue
Block a user