Added a config option for ticking markers (#9034)

This commit is contained in:
Cody
2023-04-02 13:21:13 -05:00
parent f73eefd668
commit b46708d565
2 changed files with 14 additions and 6 deletions

View File

@@ -1574,6 +1574,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ public boolean tick = true;
+ }
+
+ public Markers markers;
+
+ public class Markers extends ConfigurationPart {
+ public boolean tick = true;
+ }
+
+ public Spawning spawning;
+
+ public class Spawning extends ConfigurationPart {