You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/de/ellpeck/nyx/config/NyxConfig.java
+21-19Lines changed: 21 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -205,18 +205,18 @@ public static class BloodMoon {
205
205
206
206
@Config.Name("Extra Spawns")
207
207
@Config.Comment({"The registry names of entities that should spawn additionally alongside other entities during the event", "Syntax: originalEntity;extraEntity"})
208
-
publicString[] spawnsExtra = newString[]{};
208
+
publicString[] spawnsExtra = newString[]{
209
+
"minecraft:zombie;nyx:eyezor"
210
+
};
209
211
210
212
@Config.Name("Extra Spawns Chance")
211
213
@Config.Comment({"The chance for an additional mob to be spawned when a mob spawns during the event", "The higher the number, the less likely", "Set to 0 to disable"})
212
214
@Config.RangeInt(min = 0, max = 1000)
213
-
publicintspawnsExtraChance = 5;
215
+
publicintspawnsExtraChance = 10;
214
216
215
217
@Config.Name("Replacement Spawns")
216
218
@Config.Comment({"The registry names of entities that should replace other entities during the event", "Syntax: originalEntity;replacementEntity"})
217
-
publicString[] spawnsReplacement = newString[]{
218
-
"minecraft:zombie;nyx:eyezor"
219
-
};
219
+
publicString[] spawnsReplacement = newString[]{};
220
220
}
221
221
222
222
publicstaticclassBlueMoon {
@@ -279,7 +279,7 @@ public static class BlueMoon {
279
279
@Config.Name("Extra Spawns Chance")
280
280
@Config.Comment({"The chance for an additional mob to be spawned when a mob spawns during the event", "The higher the number, the less likely", "Set to 0 to disable"})
281
281
@Config.RangeInt(min = 0, max = 1000)
282
-
publicintspawnsExtraChance = 5;
282
+
publicintspawnsExtraChance = 10;
283
283
284
284
@Config.Name("Replacement Spawns")
285
285
@Config.Comment({"The registry names of entities that should replace other entities during the event", "Syntax: originalEntity;replacementEntity"})
@@ -311,7 +311,7 @@ public static class FullMoon {
311
311
@Config.Name("Extra Spawns Chance")
312
312
@Config.Comment({"The chance for an additional mob to be spawned when a mob spawns during the event", "The higher the number, the less likely", "Set to 0 to disable"})
313
313
@Config.RangeInt(min = 0, max = 1000)
314
-
publicintspawnsExtraChance = 5;
314
+
publicintspawnsExtraChance = 10;
315
315
316
316
@Config.Name("Replacement Spawns")
317
317
@Config.Comment({"The registry names of entities that should replace other entities during the event", "Syntax: originalEntity;replacementEntity"})
@@ -361,18 +361,18 @@ public static class StarShower {
361
361
362
362
@Config.Name("Extra Spawns")
363
363
@Config.Comment({"The registry names of entities that should spawn additionally alongside other entities during the event", "Syntax: originalEntity;extraEntity"})
364
-
publicString[] spawnsExtra = newString[]{};
364
+
publicString[] spawnsExtra = newString[]{
365
+
"minecraft:zombie;nyx:eyezor"
366
+
};
365
367
366
368
@Config.Name("Extra Spawns Chance")
367
369
@Config.Comment({"The chance for an additional mob to be spawned when a mob spawns during the event", "The higher the number, the less likely", "Set to 0 to disable"})
368
370
@Config.RangeInt(min = 0, max = 1000)
369
-
publicintspawnsExtraChance = 5;
371
+
publicintspawnsExtraChance = 10;
370
372
371
373
@Config.Name("Replacement Spawns")
372
374
@Config.Comment({"The registry names of entities that should replace other entities during the event", "Syntax: originalEntity;replacementEntity"})
373
-
publicString[] spawnsReplacement = newString[]{
374
-
"minecraft:zombie;nyx:eyezor"
375
-
};
375
+
publicString[] spawnsReplacement = newString[]{};
376
376
}
377
377
}
378
378
@@ -416,12 +416,14 @@ public static class GrimEclipse {
416
416
417
417
@Config.Name("Extra Spawns")
418
418
@Config.Comment({"The registry names of entities that should spawn additionally alongside other entities during the event", "Syntax: originalEntity;extraEntity"})
419
-
publicString[] spawnsExtra = newString[]{};
419
+
publicString[] spawnsExtra = newString[]{
420
+
"minecraft:zombie;nyx:eyezor"
421
+
};
420
422
421
423
@Config.Name("Extra Spawns Chance")
422
424
@Config.Comment({"The chance for an additional mob to be spawned when a mob spawns during the event", "The higher the number, the less likely", "Set to 0 to disable"})
423
425
@Config.RangeInt(min = 0, max = 1000)
424
-
publicintspawnsExtraChance = 5;
426
+
publicintspawnsExtraChance = 10;
425
427
426
428
@Config.Name("Cloud Color")
427
429
@Config.Comment("The hex code of the Grim Eclipse's cloud color")
@@ -437,9 +439,7 @@ public static class GrimEclipse {
437
439
438
440
@Config.Name("Replacement Spawns")
439
441
@Config.Comment({"The registry names of entities that should replace other entities during the event", "Syntax: originalEntity;replacementEntity"})
440
-
publicString[] spawnsReplacement = newString[]{
441
-
"minecraft:zombie;nyx:eyezor"
442
-
};
442
+
publicString[] spawnsReplacement = newString[]{};
443
443
}
444
444
445
445
publicstaticclassRedGiant {
@@ -469,12 +469,14 @@ public static class RedGiant {
469
469
470
470
@Config.Name("Extra Spawns")
471
471
@Config.Comment({"The registry names of entities that should spawn additionally alongside other entities during the event", "Syntax: originalEntity;extraEntity"})
472
-
publicString[] spawnsExtra = newString[]{};
472
+
publicString[] spawnsExtra = newString[]{
473
+
"minecraft:zombie;nyx:eyezor"
474
+
};
473
475
474
476
@Config.Name("Extra Spawns Chance")
475
477
@Config.Comment({"The chance for an additional mob to be spawned when a mob spawns during the event", "The higher the number, the less likely", "Set to 0 to disable"})
476
478
@Config.RangeInt(min = 0, max = 1000)
477
-
publicintspawnsExtraChance = 5;
479
+
publicintspawnsExtraChance = 10;
478
480
479
481
@Config.Name("Cloud Color")
480
482
@Config.Comment("The hex code of the Red Giant's cloud color")
0 commit comments