Weather mod for Minetest
Go to file
bell07 6d21d3ddd1
avoid undeclared global variable access
remove warning 
Undeclared global variable "hw_utils" accessed at ...ds/ambience/weather_pack/utils.lua:9
2017-12-24 15:49:53 +01:00
sounds start using happy_weather_api, fix #8 sky reseting issue 2017-05-22 13:40:16 +03:00
textures minor code cleanup 2017-06-24 19:15:33 +03:00
.gitignore add some tweaks to meet vanerika subgame needs 2016-02-10 22:44:41 +02:00
LICENSE start using happy_weather_api, fix #8 sky reseting issue 2017-05-22 13:40:16 +03:00
README.md Update README.md 2017-06-24 22:45:49 +03:00
abm.lua start using happy_weather_api, fix #8 sky reseting issue 2017-05-22 13:40:16 +03:00
commands.lua start using happy_weather_api, fix #8 sky reseting issue 2017-05-22 13:40:16 +03:00
depends.txt structure change - convert to mod; fix for #4, #5 2016-10-23 17:22:50 +03:00
description.txt minor api update, change thunder max duration 2016-05-10 08:52:28 +03:00
embedded_happy_weather_api.lua update weather api 2017-05-27 23:15:39 +03:00
embedded_sky_layer_api.lua remove clouds from weather skies 2017-06-04 10:46:45 +03:00
heavy_rain.lua added add heigth limit for weather visibility 2017-06-24 22:22:59 +03:00
init.lua minor code cleanup 2017-06-24 19:15:33 +03:00
light_rain.lua added add heigth limit for weather visibility 2017-06-24 22:22:59 +03:00
mod.conf structure change - convert to mod; fix for #4, #5 2016-10-23 17:22:50 +03:00
rain.lua added add heigth limit for weather visibility 2017-06-24 22:22:59 +03:00
screenshot.png minor api update, change thunder max duration 2016-05-10 08:52:28 +03:00
snow.lua added add heigth limit for weather visibility 2017-06-24 22:22:59 +03:00
thunder.lua minor code cleanup 2017-06-24 19:15:33 +03:00
utils.lua avoid undeclared global variable access 2017-12-24 15:49:53 +01:00

README.md

weather-pack

Weather mod for Minetest (http://minetest.net/)

Feedback and Improvements

Weathers included

  • light_rain, rain, heavy_rain
  • snow
  • thunder (works together with heavy_rain)

Commands

requires weather_manager privilege.

  • start_weather <weather_code>
  • stop_weather <weather_code>

Be aware that weather may not be visible for player until player is in right biome.

Dependencies

Thunder weather requres lightning mod.

License of source code:

MIT

Authors of media files:

xeranas:

  • happy_weather_heavy_rain_drops.png - CC-0
  • happy_weather_light_rain_raindrop_*.png - CC-0
  • happy_weather_light_snow_snowflake_*.png - CC-0

inchadney (http://freesound.org/people/inchadney/):

rcproductions54 (http://freesound.org/people/rcproductions54/):

uberhuberman