Go to file
shivajiva101 c7d3e50708
Update README.md
2021-12-11 22:55:46 +00:00
.github/workflows Adds: CI tests & badges (#2) 2021-12-11 22:09:50 +00:00
sounds Initial commit 2019-09-22 09:17:04 +01:00
textures Initial commit 2019-09-22 09:17:04 +01:00
.luacheckrc Adds: CI tests & badges (#2) 2021-12-11 22:09:50 +00:00
LICENSE Initial commit 2019-09-22 09:17:04 +01:00
README.md Update README.md 2021-12-11 22:55:46 +00:00
api.md Initial commit 2019-09-22 09:17:04 +01:00
init.lua Update init.lua 2021-12-11 22:13:21 +00:00
mod.conf Improve README, add mod.conf 2019-09-22 14:18:31 -05:00
register.lua Initial commit 2019-09-22 09:17:04 +01:00

README.md

Weather

Build status License: MIT

This mod provides diverse weather for mapgen v5, v7 and a somewhat simpler weather for v6.

The reason v6 maps are handled differently is due to the inability to detect the current biome of a players position, v6 maps report 'default' for every biome.
Without any granularity the only possible detection is from the nodes around the player. I may add that level of detection, depending on demand.

Features

This mod includes an API to add weather types and define the biome weather system.
For further information, check the full API.

Installation

Cloning the repository

Clone the repository using Git:

git clone https://github.com/shivajiva101/weather

Manual download

  • Unzip the archive, rename the folder to weather and place it in .. minetest/mods/

  • GNU/Linux: If you use a system-wide installation place it in ~/.minetest/mods/.

  • If you only want this to be used in a single world, place the folder in .. worldmods/ in your world directory.

For further information or help, see:
https://wiki.minetest.net/Installing_Mods

Dependencies

None.

Requirements

Works with MT/MTG 5.0.0+.

License

MIT for everything.

Issues, features, suggestions & bugfixes

Report bugs or suggest ideas by creating an issue.
If you know how to fix an issue, or want something to be added, consider opening a pull request.