From 7ad6cdd09b55197a25f9af34ad807813eab6247b Mon Sep 17 00:00:00 2001 From: paramat Date: Fri, 9 Mar 2018 23:16:23 +0000 Subject: Biome API: Add 'get_biome_name(biome_id)' API Change name of default biome to a more suitable lowercase 'default'. --- src/script/lua_api/l_mapgen.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/script/lua_api/l_mapgen.h') diff --git a/src/script/lua_api/l_mapgen.h b/src/script/lua_api/l_mapgen.h index aebbcbac6..1339791f3 100644 --- a/src/script/lua_api/l_mapgen.h +++ b/src/script/lua_api/l_mapgen.h @@ -28,6 +28,10 @@ private: // returns the biome id as used in biomemap and returned by 'get_biome_data()' static int l_get_biome_id(lua_State *L); + // get_biome_name(biome_id) + // returns the biome name string + static int l_get_biome_name(lua_State *L); + // get_heat(pos) // returns the heat at the position static int l_get_heat(lua_State *L); -- cgit v1.2.3