Go to file
Wuzzy 0e8eb1ab7b Add month/weekday names to translation 2020-08-28 16:33:03 +02:00
locale Add month/weekday names to translation 2020-08-28 16:33:03 +02:00
textures Remove calendar_node, turn it back to a mod 2020-08-28 16:15:44 +02:00
API.md Remove calendar_node, turn it back to a mod 2020-08-28 16:15:44 +02:00
README.md Remove calendar_node, turn it back to a mod 2020-08-28 16:15:44 +02:00
gameconfig.lua Remove calendar_node, turn it back to a mod 2020-08-28 16:15:44 +02:00
gui.lua Remove calendar_node, turn it back to a mod 2020-08-28 16:15:44 +02:00
init.lua Remove example holidays 2020-08-28 16:30:32 +02:00
mod.conf Remove calendar_node, turn it back to a mod 2020-08-28 16:15:44 +02:00
screenshot.png Remove calendar_node, turn it back to a mod 2020-08-28 16:15:44 +02:00

README.md

Calendar

This mod adds a simple and customizable calender system.

The calendar supports days, weeks, months and years. Holidays are also supported.

To make things simpler, all months have the same length.

By default, a year has 12 months (January to December) with 30 days each. There are 7 weekdays from Monday to Sunday, starting at Monday. The calendar starts at Day 1, Month 1 (January), Year 1.

Compability

This mod is designed for Minetest 5.3.0, but there's a compability mode for version 0.4.17.

Due to a limited feature set, the calender form looks a bit differently in 0.4.17. Fake buttons are used for the day boxes to allow the use of tooltips.

Customizing the calendar

If you want to customize the calendar (e.g. change the length of months), read the text file API.md.

Info for programmers

See API.md.

Where is the date stored?

Minetest stores the number of elapsed days in the world files and it can be queried in Lua via minetest.get_day_count(). The day count is stored in the world directory under env_meta.txt as day_count.