2.0.1-rc.1

1. support mc 1.21.6
2. add shooting star phare animation
This commit is contained in:
Jaffe2718
2025-06-25 21:55:16 +08:00
parent a42ffc8593
commit d0ab594cf5
18 changed files with 130 additions and 120 deletions

View File

@@ -17,6 +17,7 @@ public class CelestriaConfig extends MidnightConfig {
@Entry(category = STARS, isSlider = true, min = 0, max = 500) public static int shootingStarPathLength = 50;
@Entry(category = STARS) public static int shootingStarChance = 20000;
@Entry(category = STARS) public static int shootingStarLuckDuration = 1000;
@Entry(category = STARS, min = 4) public static int shootingStarPhaseCycle = 60;
@Entry(category = STARS) public static List<String> shootingStarMessages = Lists.newArrayList("celestria.shootingStar.1", "celestria.shootingStar.2", "celestria.shootingStar.3");
@Entry(category = INSOMNIA) public static boolean enableInsomnia = true;
@Entry(category = INSOMNIA) public static int insomniaChance = 30000;