Update EarthDay configuration to replace VineCount with FlowersCount and adjust flower generation logic
This commit is contained in:
@@ -159,7 +159,7 @@ public class ChristmasOptions {
|
||||
|
||||
public class EarthDayOptions {
|
||||
public bool EnableEarthDay { get; set; } = true;
|
||||
public int VineCount { get; set; } = 4;
|
||||
public int FlowersCount { get; set; } = 60;
|
||||
}
|
||||
|
||||
public class EasterOptions {
|
||||
|
||||
Reference in New Issue
Block a user