License + Version 0.1.0

master
Wuzzy 2020-08-28 16:40:47 +02:00
parent 7f0e9f6e87
commit 6a2fae1f33
1 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,9 @@ 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.
## Version
0.1.0
## Compability
This mod is designed for Minetest 5.3.0, but there's a compability
mode for version 0.4.17.
@ -32,3 +35,10 @@ 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`.
## License
This entire mod is licensed under the
GNU Lesser General Public License version 3 (LGPL-3.0).
This mod was created by Wuzzy. A small portion of the mod was adopted
from the [belfry] mod by sorcerykid, namely `calendar.get_date_string`,
based on `minetest.get_date_string` from the `belfry` mod.