1
0
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:
Paramat
2018-03-26 04:59:49 +01:00
committed by GitHub
parent 43f98eb47c
commit 2f280cc672
3 changed files with 0 additions and 178 deletions

View File

@@ -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},
};