diff --git a/modpack.txt b/modpack.txt index e69de29..573541a 100644 --- a/modpack.txt +++ b/modpack.txt @@ -0,0 +1 @@ +0 diff --git a/weather/Kopie von weather_rain.png b/weather/Kopie von weather_rain.png new file mode 100644 index 0000000..39b153c Binary files /dev/null and b/weather/Kopie von weather_rain.png differ diff --git a/weather/Kopie von weather_snow.png b/weather/Kopie von weather_snow.png new file mode 100644 index 0000000..8c44f7a Binary files /dev/null and b/weather/Kopie von weather_snow.png differ diff --git a/weather/rain.lua b/weather/rain.lua index 1a187bf..e250160 100644 --- a/weather/rain.lua +++ b/weather/rain.lua @@ -8,4 +8,4 @@ weather_mod.register_downfall("weather:rain",{ size=25, texture="weather_rain.png", enable_lightning=true, -}) +}) \ No newline at end of file diff --git a/weather/snow.lua b/weather/snow.lua index 5c867bb..ae37734 100644 --- a/weather/snow.lua +++ b/weather/snow.lua @@ -9,7 +9,7 @@ weather_mod.register_downfall("weather:snow",{ texture="weather_snow.png" }) -local snow_box = +--[[local snow_box = { type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, -0.4, 0.5} @@ -26,7 +26,7 @@ minetest.register_node("weather:snow_cover", { drop = {} }) ---[[ Enable this section if you have a very fast PC +--[ Enable this section if you have a very fast PC minetest.register_abm({ nodenames = {"group:crumbly", "group:snappy", "group:cracky", "group:choppy"}, neighbors = {"default:air"}, @@ -40,7 +40,7 @@ minetest.register_abm({ if minetest.env:get_node_light(np, 0.5) == 15 and minetest.env:get_node(np).name == "air" then minetest.env:add_node(np, {name="weather:snow_cover"}) - end + end end end end diff --git a/weather/textures/weather_rain.png b/weather/textures/weather_rain.png index 39b153c..f77d5f4 100644 Binary files a/weather/textures/weather_rain.png and b/weather/textures/weather_rain.png differ diff --git a/weather/textures/weather_snow.png b/weather/textures/weather_snow.png index 8c44f7a..0eab70f 100644 Binary files a/weather/textures/weather_snow.png and b/weather/textures/weather_snow.png differ diff --git a/weather/textures/weather_snow2.png b/weather/textures/weather_snow2.png new file mode 100644 index 0000000..61412ea Binary files /dev/null and b/weather/textures/weather_snow2.png differ diff --git a/weather/textures/weather_snow_cover.png b/weather/weather_snow_cover.png similarity index 100% rename from weather/textures/weather_snow_cover.png rename to weather/weather_snow_cover.png