Go to file
Nathan Salapat ef4e7668cf
Merge pull request #11 from cedrichaase/fix/typo-sky-plural
Replace skys with skies
2020-12-04 19:55:49 -06:00
models many changes to the fall leaves. 2016-11-24 15:42:28 -06:00
sounds grass changes in fall. 2016-06-20 13:59:39 -05:00
textures many changes to the fall leaves. 2016-11-24 15:42:28 -06:00
Proposed changes.txt grass changes in fall. 2016-06-20 13:59:39 -05:00
README improved flowers spawning, and some other code cleanup. 2016-11-05 12:42:29 -05:00
Screenshot.png updated depreciated code. 2019-06-01 17:42:39 -05:00
abms.lua tweaked leaf ABMs. 2017-02-19 10:17:49 -06:00
bower.json for Minetest bower mod repository. (#6) 2016-08-12 12:47:53 -07:00
calander.lua grass changes in fall. 2016-06-20 13:59:39 -05:00
command.lua Replace Augest with August 2017-12-03 17:25:12 +01:00
depends.txt Various updates and tweaks. Added support for a few mods, added a dead plant that flowers turn into. Leaves fall from the trees and accumilate on the ground, though that code still needs work, as do the textures. 2016-11-06 21:18:01 -06:00
description.txt Added description.txt and mod.conf 2016-03-08 05:15:48 -08:00
flowers.lua many changes to the fall leaves. 2016-11-24 15:42:28 -06:00
functions.lua code cleanup 2016-03-10 18:17:30 -08:00
grass.lua Various updates and tweaks. Added support for a few mods, added a dead plant that flowers turn into. Leaves fall from the trees and accumilate on the ground, though that code still needs work, as do the textures. 2016-11-06 21:18:01 -06:00
init.lua Various updates and tweaks. Added support for a few mods, added a dead plant that flowers turn into. Leaves fall from the trees and accumilate on the ground, though that code still needs work, as do the textures. 2016-11-06 21:18:01 -06:00
leaves.lua Replace Augest with August 2017-12-03 17:25:12 +01:00
licence.txt Changed Licence 2016-03-23 14:18:21 -07:00
mod.conf Added description.txt and mod.conf 2016-03-08 05:15:48 -08:00
months.lua Replace Augest with August 2017-12-03 17:25:12 +01:00
pre-flowers.lua Various updates and tweaks. Added support for a few mods, added a dead plant that flowers turn into. Leaves fall from the trees and accumilate on the ground, though that code still needs work, as do the textures. 2016-11-06 21:18:01 -06:00
roadmap.txt Added roadmap 2015-11-24 14:25:59 -08:00
screenshot.png Added lbm for changing leaves when moving fron one block to another 2016-04-10 17:20:25 -07:00
settings.txt.example Add timescale to example config 2017-07-24 21:55:09 +02:00
weather.lua Merge pull request #11 from cedrichaase/fix/typo-sky-plural 2020-12-04 19:55:49 -06:00

README

Mod is by Don, Nathan with optimizations from Snoopy.

Mymonths is licenced as DWYWPL

Fall leaf textures are modified from original default textures by Cisoun (WTFPL) and Paramat. (CC BY-SA 3.0)
The rain and snow code comes from the weather mod
from topic - https://forum.minetest.net/viewtopic.php?t=5245
by Jeija

- Code: LGPL
- Textures:
  - Snow cover: WTFPL
  - Rain / Snow: CC-BY-SA 3.0, credit goes to TeddyDesTodes, from his weather branch at https://github.com/TeddyDesTodes/minetest/tree/weather
- Sound Effects:
  - mymonths_rain & mymonths_rain1: CC0 by Q.K.

This mod adds months, weeks and days to Minetest.
A Minetest year has 12 months with 2 weeks per month. Each week has 7 days.

The weather is depended on the time of year. If it is winter then it will snow spring has rain etc.
Leaves turn color in the fall and the the tree will have no leaves or apples through the winter.
The leaves grow back in the spring and the apples later in the year.
Acacia trees will bloom in January

The desert and savannah biomes do not get rain or snow but do have sand storms.
The snow biomes do not get rain.

The trees in these biomes do not loose their leaves.


Each morning at 6am a chat message will say the date. If the day is a holiday it will show in chat with the morning date.

If you are caught in a storm you will need to seek shelter. Rain or snow does nothing but if you are in a storm, snowstorm,
sandstorm or hail you will receive damage. You need to cover yourself so you do not receive damage.


Chat Commands

You need the priv mymonths to set mymonth things. You do not need it to check the weather.

/setweather rain,storm,snow,snowstorm,sandstorm,hail

/setmonth - can be either 1-12,January-December,january-december or jan-dec

/setday 1-14

No priv needed for these commands

/weather - tell you what the weather is

/date - tells you what the time and date is

/holidays - gives a list of holidays. These are Minetest holidays made up by me. I will not add real holidays.

Holidays were added to give players a bit of fun.