mirror of
https://github.com/TeamMidnightDust/Celestria.git
synced 2025-12-16 07:45:11 +01:00
2.0.1-rc.1
1. support mc 1.21.6 2. add shooting star phare animation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user