Skip to content

Commit 3c4294b

Browse files
committed
release 0.0.1
1 parent da6f338 commit 3c4294b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/example/DayNightCycleConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ default Color getSunsetColor()
7474
)
7575
default Color getNightColor()
7676
{
77-
return new Color(6, 6, 9);
77+
return new Color(13, 17, 26);
7878
}
7979

8080
@ConfigItem(
@@ -228,7 +228,7 @@ default double customLongitude()
228228
@ConfigItem(
229229
keyName = "useCustomHour",
230230
name = "Use Custom Hour",
231-
description = "If enabled, the day/night cycle will use the hour below instead of real time",
231+
description = "If enabled, the day/night cycle will use the hour below instead of real time. For now custom hour is using cycle duration 86400 seconds is real time.",
232232
position = 12
233233
)
234234
default boolean useCustomHour()

0 commit comments

Comments
 (0)