add an achievement for collecting all lorebooks

This commit is contained in:
FaceDeer
2023-02-12 15:45:26 -07:00
parent fc1a6d754e
commit e186037f2b
11 changed files with 87 additions and 11 deletions

View File

@ -1,6 +1,6 @@
if not minetest.get_modpath("df_lorebooks") then return end
local foundations = {"group:stone", "group:dirt", "group:soil"}
local foundations = {"group:stone", "group:dirt", "group:soil", "group:sand"}
minetest.register_on_generated(function(minp, maxp, blockseed)
if maxp.y > 0 or maxp.y < df_caverns.config.primordial_min then return end