mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Mapgen: Remove unused mgv7 code and some unused biometypes
This commit is contained in:
@@ -40,10 +40,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
struct EnumString ModApiMapgen::es_BiomeTerrainType[] =
|
||||
{
|
||||
{BIOMETYPE_NORMAL, "normal"},
|
||||
{BIOMETYPE_LIQUID, "liquid"},
|
||||
{BIOMETYPE_NETHER, "nether"},
|
||||
{BIOMETYPE_AETHER, "aether"},
|
||||
{BIOMETYPE_FLAT, "flat"},
|
||||
{0, NULL},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user