mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Mapgen: Remove unused mgv7 code and some unused biometypes
This commit is contained in:
parent
43f98eb47c
commit
2f280cc672
3 changed files with 0 additions and 178 deletions
|
@ -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},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue