1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-21 09:55:29 +02:00

Add new textures, tweak effects, add fog and freezing of river water

This commit is contained in:
Till Affeldt
2020-04-22 00:54:27 +02:00
parent e0b8d6d835
commit 32ab2c4d23
27 changed files with 223 additions and 65 deletions

View File

@ -11,7 +11,10 @@ local conditions = {
local effects = {}
effects["regional_weather:damage"] = 1
effects["regional_weather:damage"] = {
chance = 15,
value = 3
}
effects["climate_api:sound"] = {
name = "weather_hail",
@ -21,9 +24,9 @@ effects["climate_api:sound"] = {
effects["climate_api:particles"] = {
min_pos = {x=-9, y=7, z=-9},
max_pos = {x= 9, y=7, z= 9},
falling_speed=15,
amount=5,
exptime=0.8,
falling_speed=20,
amount=6,
exptime=0.7,
size=1,
textures = {}
}