Added a config option for ticking markers (#9034)
This commit is contained in:
parent
f73eefd668
commit
b46708d565
2 changed files with 14 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue