Skip to content

Commit

Permalink
Adjust melt percentage change for Serene Seasons
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-evelyn committed Nov 28, 2024
1 parent d25a180 commit a593c0c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions config/sereneseasons/seasons.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
biome_temp_adjustment = -0.8
min_thunder_time = -1
[[season_properties]]
melt_percent = 12.5
melt_percent = 0.6
max_rain_time = 96000
min_rain_time = 12000
season = "LATE_SPRING"
Expand All @@ -55,7 +55,7 @@
biome_temp_adjustment = 0.0
min_thunder_time = 12000
[[season_properties]]
melt_percent = 25.0
melt_percent = 1.2
max_rain_time = 96000
min_rain_time = 12000
season = "EARLY_SUMMER"
Expand All @@ -64,7 +64,7 @@
biome_temp_adjustment = 0.0
min_thunder_time = 12000
[[season_properties]]
melt_percent = 25.0
melt_percent = 1.2
max_rain_time = 96000
min_rain_time = 12000
season = "LATE_SUMMER"
Expand All @@ -82,7 +82,7 @@
biome_temp_adjustment = -0.8
min_thunder_time = -1
[[season_properties]]
melt_percent = 8.33
melt_percent = 0.3
max_rain_time = 180000
min_rain_time = 12000
season = "MID_AUTUMN"
Expand All @@ -91,7 +91,7 @@
biome_temp_adjustment = 0.0
min_thunder_time = 12000
[[season_properties]]
melt_percent = 12.5
melt_percent = 0.6
max_rain_time = 180000
min_rain_time = 12000
season = "EARLY_AUTUMN"
Expand All @@ -100,7 +100,7 @@
biome_temp_adjustment = 0.0
min_thunder_time = 12000
[[season_properties]]
melt_percent = 25.0
melt_percent = 1.2
max_rain_time = 96000
min_rain_time = 12000
season = "MID_SUMMER"
Expand All @@ -109,7 +109,7 @@
biome_temp_adjustment = 0.0
min_thunder_time = 12000
[[season_properties]]
melt_percent = 8.33
melt_percent = 0.3
max_rain_time = 96000
min_rain_time = 12000
season = "MID_SPRING"
Expand All @@ -118,7 +118,7 @@
biome_temp_adjustment = 0.0
min_thunder_time = 12000
[[season_properties]]
melt_percent = 6.25
melt_percent = 0.15
max_rain_time = 180000
min_rain_time = 12000
season = "LATE_AUTUMN"
Expand All @@ -136,7 +136,7 @@
biome_temp_adjustment = -0.8
min_thunder_time = -1
[[season_properties]]
melt_percent = 6.25
melt_percent = 0.15
max_rain_time = 96000
min_rain_time = 12000
season = "EARLY_SPRING"
Expand Down
2 changes: 1 addition & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ hash = "722f7545a5a592f0aed25ae8dd0a4f53f7abaf0bb53da96417d87e9096e75631"

[[files]]
file = "config/sereneseasons/seasons.toml"
hash = "ffae37360859373a38c179948293afefc98285aa559b381011d9b68bbb4f78ca"
hash = "edc5e75452879707c149126680e580aa6403931dcdcc04bc1d93fe60bc37803d"

[[files]]
file = "config/servercore/config.yml"
Expand Down
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "4188b82fc3758a3ada39180bef57790b8aea363d2c18bb3ad7030c27906df373"
hash = "6851121a66958f0d2e25ad90a536c21d127fe34acb6e02ea38d506d31ff2ad22"

[versions]
fabric = "0.16.5"
Expand Down

0 comments on commit a593c0c

Please sign in to comment.