diff options
-rw-r--r-- | helptexts.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/helptexts.lua b/helptexts.lua index 01c9372..2aca172 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -60,9 +60,7 @@ local dyedesc = S("Dyes are primarily used for crafting other items, especially local wooldesc = S("Wool is a soft decorative block which comes in different colors. Walking on wool is completely silent.") local lavaheight ---TODO: Change this to the following when 0.4.15 (or higher) is released: ---if minetest.get_mapgen_setting("mg_name") == "v6" then -if minetest.get_mapgen_params().mgname == "v6" then +if minetest.get_mapgen_setting("mg_name") == "v6" then lavaheight = -32 else lavaheight = -273 |