There is a mod, https://github.com/acmgit/minetest_poi, that allows to define POIs. It would be nice to print them in the generated map. ``` sqlite3 mod_storage.sqlite "select * from entries where modname = 'poi';" ```