1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-22 02:10:27 +02:00

Make snow griefing optional

This commit is contained in:
Till Affeldt
2020-10-08 14:29:17 +02:00
parent 0fd6942225
commit 1079f9a762
3 changed files with 54 additions and 48 deletions

View File

@ -6,6 +6,9 @@ regional_weather_player_speed (Change movement speed based on wind) bool true
# If set to true, snow layers will stack up during snowy weather.
regional_weather_snow_layers (Place snow layers) bool true
# If set to true, snow layers will destroy crops
regional_weather_snow_griefing (Destructive snow layers) bool true
# If set to true, river water sources will freeze at low temperatures and melt when it gets warmer again.
# This process does not affect regular ice blocks because it adds its own temporary ones.
regional_weather_ice (Freeze river water) bool true