File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ index 0000000000000000000000000000000000000000..0b5f50c7447d1c1732a745bae54c4fcd
318
318
+ }
319
319
diff --git a/src/main/java/me/samsuik/sakura/configuration/GlobalConfiguration.java b/src/main/java/me/samsuik/sakura/configuration/GlobalConfiguration.java
320
320
new file mode 100644
321
- index 0000000000000000000000000000000000000000..6ee74b471f82dd5305f70a72788781a5fe51d8db
321
+ index 0000000000000000000000000000000000000000..ebdb73fa24fd2600925bf5664ceda202b8da04c0
322
322
--- /dev/null
323
323
+++ b/src/main/java/me/samsuik/sakura/configuration/GlobalConfiguration.java
324
324
@@ -0,0 +1,60 @@
@@ -371,7 +371,7 @@ index 0000000000000000000000000000000000000000..6ee74b471f82dd5305f70a72788781a5
371
371
+ public Environment environment;
372
372
+ public class Environment extends ConfigurationPart {
373
373
+ public MobSpawnerDefaults mobSpawnerDefaults = new MobSpawnerDefaults();
374
- + public class MobSpawnerDefaults {
374
+ + public class MobSpawnerDefaults extends ConfigurationPart {
375
375
+ public int minSpawnDelay = 200;
376
376
+ public int maxSpawnDelay = 800;
377
377
+ public int spawnCount = 4;
You can’t perform that action at this time.
0 commit comments